/
githubmirror
/
charts
Обзор
Документация
Войти
/
githubmirror
/
charts
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
stable/eventrouter/values.yaml
39 строк
688 B
Blake Roberts
update eventrouter to v0.3 (#21140)
02 мар 2020, 01:32
Не верифицирован
02 мар 2020, 01:32
56d8fd8
Код
Авторство
О чём код?
# Default values for eventrouter. image: repository: gcr.io/heptio-images/eventrouter tag: v0.3 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 enablePrometheus: true