Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 8203482

Browse files
authored
Merge pull request #173 from adrianludwin/readiness
Add readiness probe
2 parents 39e8ad2 + 0f29b00 commit 8203482

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/manager/manager.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ spec:
6767
port: 8081
6868
failureThreshold: 1
6969
periodSeconds: 10
70+
readinessProbe:
71+
httpGet:
72+
path: /readyz
73+
port: 8081
74+
periodSeconds: 5
7075
startupProbe:
7176
httpGet:
7277
path: /readyz

0 commit comments

Comments
 (0)