Use the api endpoint for the probes
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
342ef934fb
commit
6d246a226f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue