bodhi: fix typos
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
721d30875a
commit
bc314685ba
1 changed files with 2 additions and 2 deletions
|
@ -84,9 +84,9 @@ items:
|
||||||
path: /healthz/ready
|
path: /healthz/ready
|
||||||
port: 8080
|
port: 8080
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
timeoutSeconds: 60s
|
timeoutSeconds: 60
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 120s
|
periodSeconds: 120
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz/live
|
path: /healthz/live
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue