Skip to content

Commit

Permalink
wip: Provides helm chart for most of the components #281
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Jan 31, 2022
2 parents 2eef94e + 08b8552 commit d7e8ad1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/kano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ services:
kano:
image: ${KANO_IMAGE}:${KANO_TAG}
environment:
- API_GATEWAY=${API_GATEWAY}
- API_GATEWAY=${API_GATEWAY} # Backward compatibility, should be replaced by the following starting from Kano v1.5
- API_GATEWAY_URL=${API_GATEWAY_URL}
- APP_ID=${KANO_APP_ID}
- LOG_LEVEL=${KANO_LOG_LEVEL}
- DEBUG=${KANO_DEBUG}
Expand Down

0 comments on commit d7e8ad1

Please sign in to comment.