Adjust healthz probes

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2020-08-31 17:47:51 +02:00
parent 4fa318d86c
commit 4be8fab65e
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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