Datagrepper: it's a temp path in staging
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
de38d9d65a
commit
2e055ba184
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue