[spinnaker] apply deck port configuration (#3836)

* [spinanker] apply deck port configuration

* increment version to 0.3.14

* Update Chart.yaml

* Quote deck port
This commit is contained in:
Taylor Smith
2018-02-27 09:06:44 -08:00
committed by k8s-ci-robot
parent 185159020e
commit e7bbc4d825
2 changed files with 3 additions and 3 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: 0.3.14
version: 0.3.15
appVersion: 1.1.0
home: http://spinnaker.io/
sources:
@@ -31,9 +31,9 @@ spec:
- name: DECK_HOST
value: "0.0.0.0"
- name: DECK_PORT
value: "9000"
value: {{ .Values.deck.port | quote }}
ports:
- containerPort: 9000
- containerPort: {{ .Values.deck.port }}
name: deck
volumeMounts:
- mountPath: /opt/spinnaker/config