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
|
||||
initialDelaySeconds: 5
|
||||
httpGet:
|
||||
path: /api/0/probe/
|
||||
path: /api/0/probe
|
||||
port: 8080
|
||||
livenessProbe:
|
||||
timeoutSeconds: 25
|
||||
initialDelaySeconds: 60
|
||||
httpGet:
|
||||
path: /api/0/probe/
|
||||
path: /api/0/probe
|
||||
port: 8080
|
||||
volumes:
|
||||
- name: kanban-secret-volume
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue