quality: blockerbugs app - update health check probes #3366

Merged
adamwill merged 1 commit from jgroman/ansible:main into main 2026-06-02 15:33:59 +00:00

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: