From d122b3758cb6c339810d81de9109635839258569 Mon Sep 17 00:00:00 2001 From: kandrusyak Date: Fri, 30 Jun 2023 18:02:04 +0300 Subject: [PATCH] add ms hosts --- deploy/templates/deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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