Skip to content

Commit

Permalink
Add a periodSeconds and a failureThreshold to the startup probe (gard…
Browse files Browse the repository at this point in the history
  • Loading branch information
jguipi authored and andrerun committed Jul 6, 2023
1 parent d8c0422 commit 039c5d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/development/content/remote-local-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ spec:
command:
- cat
- /tmp/ready
failureThreshold: 30
periodSeconds: 10
resources:
requests: {cpu: 8, memory: 16G}
limits: {cpu: 8, memory: 16G}
Expand Down

0 comments on commit 039c5d3

Please sign in to comment.