quality: give sonarqube a startup probe
This commit is contained in:
parent
617186bd20
commit
54ec6ebdca
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user