quality: give sonarqube a startup probe
This commit is contained in:
parent
d80f543ea5
commit
f2fa710732
@ -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