quality: give sonarqube a startup probe
This commit is contained in:
parent
617186bd20
commit
54ec6ebdca
@ -92,6 +92,14 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- containerPort: 9000
|
- containerPort: 9000
|
||||||
name: http
|
name: http
|
||||||
|
startupProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /api/system/status
|
||||||
|
port: 9000
|
||||||
|
initialDelaySeconds: 60
|
||||||
|
timeoutSeconds: 5
|
||||||
|
periodSeconds: 20
|
||||||
|
failureThreshold: 45
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/system/status
|
path: /api/system/status
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user