Revert API_HOST endpoint variable from gate to deck service setting (#11397)

* move the API_HOST variable to deck.yml, where it belongs

Signed-off-by: Miles Matthias <mmatthias@google.com>

* bump chart version for gate fix

Signed-off-by: Miles Matthias <mmatthias@google.com>
This commit is contained in:
Miles Matthias
2019-02-14 11:04:32 -08:00
committed by Kubernetes Prow Robot
parent 5863186a81
commit 5a95accf98
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.
name: spinnaker
version: 1.7.0
version: 1.7.1
appVersion: 1.11.6
home: http://spinnaker.io/
sources:
@@ -18,6 +18,12 @@ data:
{{- end }}
skipLifeCycleManagement: true
gate.yml: |-
kubernetes:
{{- if .Values.ingress.enabled }}
useExecHealthCheck: false
serviceType: NodePort
{{- end }}
deck.yml: |-
env:
API_HOST: http://spin-gate.{{ .Release.Namespace }}:8084
kubernetes:
@@ -25,9 +31,3 @@ data:
useExecHealthCheck: false
serviceType: NodePort
{{- end }}
deck.yml: |-
kubernetes:
{{- if .Values.ingress.enabled }}
useExecHealthCheck: false
serviceType: NodePort
{{- end }}