/
githubmirror
/
charts
Обзор
Документация
Войти
/
githubmirror
/
charts
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
stable/contour/values.yaml
51 строка
1 KB
Peter Grant
manage crds with v3 (#19287)
09 дек 2019, 22:14
09 дек 2019, 22:14
d256819
Код
Авторство
О чём код?
contour: image: registry: gcr.io/heptio-images/contour tag: v0.15.0 pullPolicy: IfNotPresent replicas: 2 resources: {} # limits: # cpu: "400m" # requests: # cpu: "200m" customResourceDefinitions: create: true cleanup: false envoy: image: registry: docker.io/envoyproxy/envoy tag: v1.11.1 pullPolicy: IfNotPresent resources: {} # limits: # cpu: "400m" # requests: # cpu: "200m" hpa: create: false # minReplicas: 2 # maxReplicas: 15 # targetCPUUtilizationPercentage: 70 init: image: registry: gcr.io/heptio-images/contour tag: v0.15.0 pullPolicy: IfNotPresent resources: {} # limits: # cpu: "400m" # requests: # cpu: "200m" rbac: create: true serviceType: LoadBalancer service: ## Further config for service of type NodePort ## Default config with empty string "" will assign a dynamic ## nodePort to http and https ports nodePorts: http: "" https: "" serviceAccounts: create: true