Adjust healthz probes
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
4fa318d86c
commit
4be8fab65e
1 changed files with 2 additions and 2 deletions
|
@ -76,14 +76,14 @@ spec:
|
|||
initialDelaySeconds: 5
|
||||
periodSeconds: 60
|
||||
httpGet:
|
||||
path: /healthz/ready
|
||||
path: /accounts/healthz/ready
|
||||
port: 8080
|
||||
livenessProbe:
|
||||
timeoutSeconds: 10
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 60
|
||||
httpGet:
|
||||
path: /healthz/live
|
||||
path: /accounts/healthz/live
|
||||
port: 8080
|
||||
volumes:
|
||||
- name: noggin-config-volume
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue