Use the api endpoint for the probes

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-09-21 13:01:49 +02:00
parent 342ef934fb
commit 6d246a226f

View file

@ -33,13 +33,13 @@ spec:
timeoutSeconds: 1
initialDelaySeconds: 5
httpGet:
path: /
path: /api/v1/
port: 8080
livenessProbe:
timeoutSeconds: 1
initialDelaySeconds: 30
httpGet:
path: /
path: /api/v1/
port: 8080
volumes:
- name: config-volume