quality: blockerbugs app - update health check probes

This commit is contained in:
Jaroslav Groman 2026-05-25 12:50:41 +02:00 committed by Adam Williamson
commit 566eabaac0

View file

@ -100,18 +100,25 @@ spec:
- name: blockerbugs-secret-volume
mountPath: /opt/app-root/secret/
readOnly: true
readinessProbe:
startupProbe:
httpGet:
path: /blockerbugs/_health
port: 8080
periodSeconds: 10
failureThreshold: 30
timeoutSeconds: 5
initialDelaySeconds: 5
readinessProbe:
httpGet:
path: /blockerbugs/
path: /blockerbugs/_health
port: 8080
periodSeconds: 60
timeoutSeconds: 5
livenessProbe:
timeoutSeconds: 15
initialDelaySeconds: 30
httpGet:
path: /blockerbugs/
path: /blockerbugs/_health
port: 8080
periodSeconds: 60
timeoutSeconds: 15
volumes:
- name: blockerbugs-secret-volume
secret: