mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
d2c1604578
commit
652cf09c38
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user