Skip to content

Commit 489954e

Browse files
kilyinovKonstantin Ilinov
andauthored
added missing env vars (#357)
Co-authored-by: Konstantin Ilinov <konstantin.ilinov@gmail.com>
1 parent e8a3ab7 commit 489954e

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

deploy/k8s/base/identity/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ data:
2626
JWT_EXPIRATION: "604800000"
2727
SMTP_STARTTLS: "true"
2828
SERVER_PORT: "8080"
29+
TLS_ENABLED: "false"
30+
API_GATEWAY_URL: "https://api.mypremiumdealership.com"

deploy/k8s/base/web/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ data:
99
IDENTITY_SERVICE: crapi-identity:8080
1010
WORKSHOP_SERVICE: crapi-workshop:8000
1111
CHATBOT_SERVICE: crapi-chatbot:5002
12+
MAILHOG_WEB_SERVICE: mailhog-web:8025

deploy/k8s/base/workshop/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ data:
1818
MONGO_DB_PASSWORD: crapisecretpassword
1919
MONGO_DB_NAME: crapi
2020
SERVER_PORT: "8000"
21+
API_GATEWAY_URL: "https://api.mypremiumdealership.com"

0 commit comments

Comments
 (0)