mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
k8s-ci-robot
parent
185159020e
commit
e7bbc4d825
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user