add ms hosts

This commit is contained in:
kandrusyak
2023-06-30 18:06:12 +03:00
parent d122b3758c
commit 5535753ea3
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1
engine: gotpl

View File

@@ -28,9 +28,9 @@ spec:
- name: PORT
value: {{ .Values.app.server.port | quote }}
- name: USERS_HOST
value: astra-users.default.svc.cluster.local:8080
value: http://astra-users.default.svc.cluster.local:8080
- name: STORE_HOST
value: astra-file-storage.default.svc.cluster.local:8080
value: http://astra-file-storage.default.svc.cluster.local:8080
image: {{ .Values.app.image }}:{{ .Chart.AppVersion }} #"docker-registry.dopcore.com/andrusyakka/urban-couscous:latest"
imagePullPolicy: Always