Skip to content

Commit cafc6b5

Browse files
Merge pull request #12 from XyLearningProgramming/bugfix/health-check
added more generous health check
2 parents a10784a + 106cd32 commit cafc6b5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

deploy/helm/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,17 @@ probes:
9595
path: /health
9696
initialDelaySeconds: 10
9797
periodSeconds: 70
98-
timeoutSeconds: 5
98+
timeoutSeconds: 30
9999
successThreshold: 1
100-
failureThreshold: 3
100+
failureThreshold: 5
101101
liveness:
102102
enabled: true
103103
path: /health
104104
initialDelaySeconds: 30
105105
periodSeconds: 70
106-
timeoutSeconds: 5
106+
timeoutSeconds: 30
107107
successThreshold: 1
108-
failureThreshold: 3
108+
failureThreshold: 5
109109

110110
strategy:
111111
type: Recreate

0 commit comments

Comments
 (0)