mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
38 lines
664 B
YAML
38 lines
664 B
YAML
# Default values for eventrouter.
|
|
|
|
image:
|
|
repository: gcr.io/heptio-images/eventrouter
|
|
tag: v0.2
|
|
pullPolicy: IfNotPresent
|
|
resources: {}
|
|
# limits:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
|
|
serviceAccount:
|
|
# Specifies whether a ServiceAccount should be created
|
|
create: true
|
|
# The name of the ServiceAccount to use.
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
name:
|
|
|
|
rbac:
|
|
# Specifies whether RBAC resources should be created
|
|
create: true
|
|
|
|
tolerations: []
|
|
|
|
nodeSelector: {}
|
|
|
|
sink: glog
|
|
|
|
podAnnotations: {}
|
|
|
|
containerPorts: []
|
|
|
|
securityContext: {}
|
|
# runAsUser: 1000
|