/
githubmirror
/
charts
Обзор
Документация
Войти
/
githubmirror
/
charts
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
stable/jaeger-operator/values.yaml
44 строки
851 B
Taehyun Kim
[stable/jaeger-operator] make compatible with helm3 (#19212)
05 дек 2019, 11:26
05 дек 2019, 11:26
2eb6d2d
Код
Авторство
О чём код?
# Default values for jaeger-operator. # This is a YAML-formatted file. # Declare variables to be passed into your templates. image: repository: jaegertracing/jaeger-operator tag: 1.15.1 pullPolicy: IfNotPresent crd: install: true jaeger: # Specifies whether Jaeger instance should be created create: false spec: {} rbac: # Specifies whether RBAC resources should be created create: true pspEnabled: false clusterRole: false 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: resources: {} # limits: # cpu: 100m # memory: 128Mi # requests: # cpu: 100m # memory: 128Mi nodeSelector: {} tolerations: [] affinity: {} securityContext: {}