mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 21:45:39 +08:00
Use the api endpoint for the probes
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user