We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647dfa0 commit 2996543Copy full SHA for 2996543
2 files changed
helm/values.schema.yaml
@@ -211,7 +211,7 @@ properties:
211
type: integer
212
minimum: 0
213
description: "Seconds to sleep in preStop hook before SIGTERM, allowing Kubernetes endpoint propagation. Set to 0 to disable."
214
- default: 5
+ default: 15
215
216
startupProbe:
217
type: object
helm/values.yaml
@@ -63,15 +63,15 @@ livenessProbe:
63
httpGet:
64
path: /healthz
65
port: http
66
- periodSeconds: 10
+ periodSeconds: 60
67
failureThreshold: 3
68
69
readinessProbe:
70
71
72
73
periodSeconds: 5
74
- failureThreshold: 1
+ failureThreshold: 3
75
76
nodeSelector: {}
77
tolerations: []
0 commit comments