/
githubmirror
/
charts
Обзор
Документация
Войти
/
githubmirror
/
charts
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
stable/tomcat/values.yaml
83 строки
1 KB
mrestivill
[stable/tomcat] Added failureThreshold on livenessProbe and timeoutSeconds (#19214)
10 янв 2020, 14:00
10 янв 2020, 14:00
25aa303
Код
Авторство
О чём код?
# Default values for the chart. # This is a YAML-formatted file. # Declare variables to be passed into your templates. replicaCount: 1 image: webarchive: repository: ananwaresystems/webarchive tag: "1.0" tomcat: repository: tomcat tag: "7.0" pullPolicy: IfNotPresent pullSecrets: [] deploy: directory: /usr/local/tomcat/webapps service: name: http type: LoadBalancer externalPort: 80 internalPort: 8080 hostPort: 8009 ingress: enabled: false annotations: {} # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" path: / hosts: - chart-example.local tls: [] # - secretName: chart-example-tls # hosts: # - chart-example.local env: [] # - name: env # value: test extraVolumes: [] # - name: extra # emptyDir: {} extraVolumeMounts: [] # - name: extra # mountPath: /usr/local/tomcat/webapps/app # readOnly: true extraInitContainers: [] # - name: do-something # image: busybox # command: ['do', 'something'] readinessProbe: path: "/sample" initialDelaySeconds: 60 periodSeconds: 30 failureThreshold: 6 timeoutSeconds: 5 livenessProbe: path: "/sample" initialDelaySeconds: 60 periodSeconds: 30 failureThreshold: 6 timeoutSeconds: 5 resources: {} # limits: # cpu: 100m # memory: 256Mi # requests: # cpu: 100m # memory: 256Mi nodeSelector: {} tolerations: [] affinity: {}