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
|
||||
# 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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user