fix: missing probe timeout value

This commit is contained in:
Waldemar Faist 2021-03-19 10:34:19 +01:00
parent e8734bef7c
commit c4ff58480a

View File

@ -60,7 +60,8 @@ serviceAccount:
# -- Key-value pairs to add as pod annotations
podAnnotations: {}
podSecurityContext: {}
podSecurityContext:
{}
# fsGroup: 2000
securityContext:
@ -140,7 +141,8 @@ ingress:
# -- Enables Ingress
enabled: false
# -- Ingress annotations
annotations: {}
annotations:
{}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
# -- Custom labels
@ -157,7 +159,8 @@ ingress:
# - deconz.local
# -- CPU/Memory resource requests/limits
resources: {}
resources:
{}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@ -187,6 +190,7 @@ probes:
# -- Specify readiness `failureThreshold` parameter for the Pod
failureThreshold: 5
# -- Specify readiness `timeoutSeconds` parameter for the Pod
timeoutSeconds: 10
startup:
# -- Enables startup probe for the Pod
enabled: false