Skip to content

Commit

Permalink
Longer startup probe
Browse files Browse the repository at this point in the history
  • Loading branch information
bbedward committed Feb 20, 2024
1 parent 15f094c commit 6a0e688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
httpGet:
path: /health
port: 13339
initialDelaySeconds: 300
initialDelaySeconds: 1500
periodSeconds: 10
failureThreshold: 60
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion k8s/surge/deployment_surge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
httpGet:
path: /health
port: 13339
initialDelaySeconds: 300
initialDelaySeconds: 1500
periodSeconds: 10
failureThreshold: 60
livenessProbe:
Expand Down

0 comments on commit 6a0e688

Please sign in to comment.