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
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 60
|
periodSeconds: 60
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz/ready
|
path: /accounts/healthz/ready
|
||||||
port: 8080
|
port: 8080
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
timeoutSeconds: 10
|
timeoutSeconds: 10
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 60
|
periodSeconds: 60
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz/live
|
path: /accounts/healthz/live
|
||||||
port: 8080
|
port: 8080
|
||||||
volumes:
|
volumes:
|
||||||
- name: noggin-config-volume
|
- name: noggin-config-volume
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue