Skip to content

Commit

Permalink
feat: increase the failure threshold readiness and startup probes
Browse files Browse the repository at this point in the history
  • Loading branch information
oscaromeu committed Feb 4, 2023
1 parent c17f749 commit fa72f7c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kubernetes/flux/config/flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,11 @@ spec:
containers:
- name: manager
readinessProbe:
httpGet:
path: /healthz/healthz
periodSeconds: 15
timeoutSeconds: 30
failureThreshold: 10
successThreshold: 1
livenessProbe:
httpGet:
path: /healthz/readyz
periodSeconds: 15
timeoutSeconds: 30
failureThreshold: 10
Expand Down

0 comments on commit fa72f7c

Please sign in to comment.