We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a10784a + 106cd32 commit cafc6b5Copy full SHA for cafc6b5
1 file changed
deploy/helm/values.yaml
@@ -95,17 +95,17 @@ probes:
95
path: /health
96
initialDelaySeconds: 10
97
periodSeconds: 70
98
- timeoutSeconds: 5
+ timeoutSeconds: 30
99
successThreshold: 1
100
- failureThreshold: 3
+ failureThreshold: 5
101
liveness:
102
enabled: true
103
104
initialDelaySeconds: 30
105
106
107
108
109
110
strategy:
111
type: Recreate
0 commit comments