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
Showing only changes of commit d0bb319af8 - Show all commits

quality: blockerbugs app - update health check probes
All checks were successful
Linter / yamllint (pull_request) Successful in 27s
Linter / ansible-lint (pull_request) Successful in 1m49s

Jaroslav Groman 2026-05-25 12:50:41 +02: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: