diff --git a/deploy/Chart.yaml b/deploy/Chart.yaml index 37bd2ce..5c02396 100644 --- a/deploy/Chart.yaml +++ b/deploy/Chart.yaml @@ -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 diff --git a/deploy/templates/deployment.yaml b/deploy/templates/deployment.yaml index c3c5820..ccae831 100644 --- a/deploy/templates/deployment.yaml +++ b/deploy/templates/deployment.yaml @@ -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