Datagrepper: it's a temp path in staging

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2021-09-28 18:50:18 +02:00
parent de38d9d65a
commit 2e055ba184
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -54,14 +54,14 @@ spec:
initialDelaySeconds: 5
periodSeconds: 60
httpGet:
path: "/datagrepper/healthz/ready"
path: "/datagrepper2/healthz/ready"
port: 8080
livenessProbe:
timeoutSeconds: 10
initialDelaySeconds: 3
periodSeconds: 60
httpGet:
path: "/datagrepper/healthz/live"
path: "/datagrepper2/healthz/live"
port: 8080
volumes:
- name: datagrepper-config-volume