mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
fix: missing probe timeout value
This commit is contained in:
parent
e8734bef7c
commit
c4ff58480a
@ -60,7 +60,8 @@ serviceAccount:
|
|||||||
# -- Key-value pairs to add as pod annotations
|
# -- Key-value pairs to add as pod annotations
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
|
|
||||||
podSecurityContext: {}
|
podSecurityContext:
|
||||||
|
{}
|
||||||
# fsGroup: 2000
|
# fsGroup: 2000
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
@ -140,7 +141,8 @@ ingress:
|
|||||||
# -- Enables Ingress
|
# -- Enables Ingress
|
||||||
enabled: false
|
enabled: false
|
||||||
# -- Ingress annotations
|
# -- Ingress annotations
|
||||||
annotations: {}
|
annotations:
|
||||||
|
{}
|
||||||
# kubernetes.io/ingress.class: nginx
|
# kubernetes.io/ingress.class: nginx
|
||||||
# kubernetes.io/tls-acme: "true"
|
# kubernetes.io/tls-acme: "true"
|
||||||
# -- Custom labels
|
# -- Custom labels
|
||||||
@ -157,7 +159,8 @@ ingress:
|
|||||||
# - deconz.local
|
# - deconz.local
|
||||||
|
|
||||||
# -- CPU/Memory resource requests/limits
|
# -- CPU/Memory resource requests/limits
|
||||||
resources: {}
|
resources:
|
||||||
|
{}
|
||||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
# 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
|
# 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
|
# 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
|
# -- Specify readiness `failureThreshold` parameter for the Pod
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
# -- Specify readiness `timeoutSeconds` parameter for the Pod
|
# -- Specify readiness `timeoutSeconds` parameter for the Pod
|
||||||
|
timeoutSeconds: 10
|
||||||
startup:
|
startup:
|
||||||
# -- Enables startup probe for the Pod
|
# -- Enables startup probe for the Pod
|
||||||
enabled: false
|
enabled: false
|
||||||
|
Loading…
Reference in New Issue
Block a user