quality: give sonarqube a startup probe

This commit is contained in:
jenkins 2026-05-20 01:39:58 -03:00
parent d80f543ea5
commit f2fa710732

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