[stable/spinnaker] Add a support of halyard resource definitions (#12941)

* [stable/spinnaker] Add a support of halyard resource definitions

Signed-off-by: Mikhail Zholobov <legal90@gmail.com>

* [stable/spinnaker] Bump chart version

Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
This commit is contained in:
Mikhail Zholobov
2019-05-17 03:46:04 -07:00
committed by Kubernetes Prow Robot
parent d2c1604578
commit 652cf09c38
3 changed files with 15 additions and 1 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.9.1
version: 1.9.2
appVersion: 1.12.5
home: http://spinnaker.io/
sources:
@@ -108,6 +108,10 @@ spec:
ports:
- containerPort: 8064
name: daemon
{{- if .Values.halyard.resources }}
resources:
{{ toYaml .Values.halyard.resources | indent 10 }}
{{- end }}
volumeMounts:
{{- if .Values.gcs.enabled }}
- name: gcs-key
+10
View File
@@ -45,6 +45,16 @@ halyard:
# annotations:
# iam.amazonaws.com/role: <role_arn>
## Uncomment the following resources definitions to control the cpu and memory
# resources allocated for the halyard pod
resources: {}
# requests:
# memory: "1Gi"
# cpu: "100m"
# limits:
# memory: "2Gi"
# cpu: "200m"
# Define which registries and repositories you want available in your
# Spinnaker pipeline definitions
# For more info visit: