Skip to content

Commit

Permalink
fix: liveness probe (#563)
Browse files Browse the repository at this point in the history
Co-authored-by: Billi Watio Tiayo <[email protected]>
  • Loading branch information
matmut7 and billiwatio-octo authored Oct 2, 2024
1 parent 17abd88 commit 2ae65e9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@ frontend:
imagePackage: frontend
containerPort: 8080
probesPath: /healthz/
livenessProbe:
failureThreshold: 15
httpGet:
path: /healthz/
port: http
scheme: HTTP
initialDelaySeconds: 30 # Délai avant la première vérification après le démarrage du pod
periodSeconds: 10 # Fréquence des vérifications
successThreshold: 1
timeoutSeconds: 10 # Temps maximum pour que l'endpoint réponde
ingress:
enabled: false
annotations:
Expand Down

0 comments on commit 2ae65e9

Please sign in to comment.