FPDC: update liveness and readyness probe endpoint

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-09-02 08:55:54 +02:00 committed by Pierre-Yves Chibon
parent 80fdec7b20
commit 29e2eeb873

View file

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