qa/kanban: Adjust route for probe

This commit is contained in:
František Zatloukal 2024-06-10 16:18:45 +02:00
parent 591a83ab01
commit 10d2899cb4

View file

@ -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