qa/kanban: Adjust route for probe
This commit is contained in:
parent
591a83ab01
commit
10d2899cb4
1 changed files with 2 additions and 2 deletions
|
@ -47,13 +47,13 @@ spec:
|
||||||
timeoutSeconds: 15
|
timeoutSeconds: 15
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/0/probe/
|
path: /api/0/probe
|
||||||
port: 8080
|
port: 8080
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
timeoutSeconds: 25
|
timeoutSeconds: 25
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 60
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/0/probe/
|
path: /api/0/probe
|
||||||
port: 8080
|
port: 8080
|
||||||
volumes:
|
volumes:
|
||||||
- name: kanban-secret-volume
|
- name: kanban-secret-volume
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue