Files
deprecated-helm-charts/stable/eventrouter/values.yaml
T
Guilherme Garnier 10eedf054b [stable/eventrouter] Add new configs (#6454)
* [stable/eventrouter] fix ConfigMap value

* [stable/eventrouter] add support to podAnnotations

* [stable/eventrouter] add support to containerPorts

* [stable/eventrouter] Bump chart to 0.2.0
2018-07-03 22:34:22 -07:00

35 lines
623 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: []