Skip to content

Commit

Permalink
Merge pull request #173 from adrianludwin/readiness
Browse files Browse the repository at this point in the history
Add readiness probe
  • Loading branch information
k8s-ci-robot authored Mar 29, 2022
2 parents 39e8ad2 + 0f29b00 commit 8203482
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ spec:
port: 8081
failureThreshold: 1
periodSeconds: 10
readinessProbe:
httpGet:
path: /readyz
port: 8081
periodSeconds: 5
startupProbe:
httpGet:
path: /readyz
Expand Down

0 comments on commit 8203482

Please sign in to comment.