Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2022-11-21 18:24:33 +01:00
parent 561826cfab
commit 78d1c02b50
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -129,13 +129,13 @@ spec:
timeoutSeconds: 1
initialDelaySeconds: 5
httpGet:
path: /api/v1/heathz/ready
path: /api/v1/healthz/ready
port: 8080
livenessProbe:
timeoutSeconds: 1
initialDelaySeconds: 20
httpGet:
path: /api/v1/heathz/live
path: /api/v1/healthz/live
port: 8080
volumes: