Skip to content

Commit

Permalink
fix(k8s): Add initial delay
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Jan 19, 2024
1 parent 30969f4 commit 7d56c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
failureThreshold: 5
timeoutSeconds: 5
readinessProbe:
initialDelaySeconds: 10
initialDelaySeconds: 5
successThreshold: 2
failureThreshold: 2
periodSeconds: 10
Expand Down

0 comments on commit 7d56c26

Please sign in to comment.