quality: give sonarqube a startup probe

This commit is contained in:
jenkins 2026-05-20 01:39:58 -03:00
parent 617186bd20
commit 54ec6ebdca

View File

@ -92,6 +92,14 @@ spec:
ports:
- containerPort: 9000
name: http
startupProbe:
httpGet:
path: /api/system/status
port: 9000
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 20
failureThreshold: 45
readinessProbe:
httpGet:
path: /api/system/status