add ms hosts
This commit is contained in:
@@ -16,7 +16,7 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
|
|
||||||
engine: gotpl
|
engine: gotpl
|
||||||
|
|
||||||
|
|||||||
@@ -28,9 +28,9 @@ spec:
|
|||||||
- name: PORT
|
- name: PORT
|
||||||
value: {{ .Values.app.server.port | quote }}
|
value: {{ .Values.app.server.port | quote }}
|
||||||
- name: USERS_HOST
|
- name: USERS_HOST
|
||||||
value: astra-users.default.svc.cluster.local:8080
|
value: http://astra-users.default.svc.cluster.local:8080
|
||||||
- name: STORE_HOST
|
- 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"
|
image: {{ .Values.app.image }}:{{ .Chart.AppVersion }} #"docker-registry.dopcore.com/andrusyakka/urban-couscous:latest"
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|||||||
Reference in New Issue
Block a user