Skip to content

Commit

Permalink
fix linessProbe for cdtn SE
Browse files Browse the repository at this point in the history
  • Loading branch information
billiwatio-octo committed Oct 2, 2024
1 parent 17102ca commit 58d578f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ www:
~chart: app
~needs: [build-frontend]
probesPath: /healthz
livenessProbe:
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
timeoutSeconds: 10 # Temps maximum pour que l'endpoint réponde
failureThreshold: 15 # Nombre d'échecs avant de redémarrer le conteneur
imagePackage: frontend
envFrom:
- configMapRef:
Expand Down

0 comments on commit 58d578f

Please sign in to comment.