feat: improve probe
This commit is contained in:
@@ -90,16 +90,14 @@ shelfmark:
|
|||||||
enabled: true
|
enabled: true
|
||||||
custom: true
|
custom: true
|
||||||
spec:
|
spec:
|
||||||
exec:
|
httpGet:
|
||||||
command:
|
path: /api/health
|
||||||
- /bin/sh
|
port: 8084
|
||||||
- -c
|
|
||||||
- "curl -sf http://localhost:8084/api/health"
|
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
timeoutSeconds: 30
|
timeoutSeconds: 5
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
|
|||||||
Reference in New Issue
Block a user