From 77c4a57fb7ee1a2397985e19e6d6d408f3046cb9 Mon Sep 17 00:00:00 2001 From: kandrusyak Date: Tue, 4 Jul 2023 02:11:17 +0300 Subject: [PATCH] update deployment --- deploy/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/templates/deployment.yaml b/deploy/templates/deployment.yaml index ccae831..0463e17 100644 --- a/deploy/templates/deployment.yaml +++ b/deploy/templates/deployment.yaml @@ -31,6 +31,7 @@ spec: value: http://astra-users.default.svc.cluster.local:8080 - name: STORE_HOST value: http://astra-file-storage.default.svc.cluster.local:8080 + {{- .Values.envs | toYaml | nindent 12 }} image: {{ .Values.app.image }}:{{ .Chart.AppVersion }} #"docker-registry.dopcore.com/andrusyakka/urban-couscous:latest" imagePullPolicy: Always