diff --git a/deploy/templates/deployment.yaml b/deploy/templates/deployment.yaml index b8f9284..c3c5820 100644 --- a/deploy/templates/deployment.yaml +++ b/deploy/templates/deployment.yaml @@ -27,6 +27,10 @@ spec: value: Europe/Moscow - name: PORT value: {{ .Values.app.server.port | quote }} + - name: USERS_HOST + value: astra-users.default.svc.cluster.local:8080 + - name: STORE_HOST + value: astra-file-storage.default.svc.cluster.local:8080 image: {{ .Values.app.image }}:{{ .Chart.AppVersion }} #"docker-registry.dopcore.com/andrusyakka/urban-couscous:latest" imagePullPolicy: Always