mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
qa/kanban: Adjust probes
This commit is contained in:
@@ -44,16 +44,16 @@ spec:
|
||||
mountPath: /opt/app-root/secret/
|
||||
readOnly: true
|
||||
readinessProbe:
|
||||
timeoutSeconds: 5
|
||||
timeoutSeconds: 15
|
||||
initialDelaySeconds: 5
|
||||
httpGet:
|
||||
path: /
|
||||
path: /api/0/probe/
|
||||
port: 8080
|
||||
livenessProbe:
|
||||
timeoutSeconds: 15
|
||||
initialDelaySeconds: 30
|
||||
timeoutSeconds: 25
|
||||
initialDelaySeconds: 60
|
||||
httpGet:
|
||||
path: /
|
||||
path: /api/0/probe/
|
||||
port: 8080
|
||||
volumes:
|
||||
- name: kanban-secret-volume
|
||||
|
||||
Reference in New Issue
Block a user