Skip to content

Commit

Permalink
releaxed the startup probe requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Oct 31, 2023
1 parent d66d1cc commit 3cbb28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/k3s/templates/deployments/server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ spec:
path: /health
port: http
periodSeconds: 1
initialDelaySeconds: 1
failureThreshold: 60
initialDelaySeconds: 20
failureThreshold: 240
readinessProbe:
httpGet:
path: /health
Expand Down

0 comments on commit 3cbb28f

Please sign in to comment.