feat: improve probe
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 59s
lint-test-helm / validate-kubeconform (pull_request) Successful in 32s
render-manifests / render-manifests (pull_request) Successful in 1m11s

This commit is contained in:
2026-04-06 18:16:55 -05:00
parent f02f535c2c
commit 285581c4d4

View File

@@ -90,16 +90,14 @@ shelfmark:
enabled: true
custom: true
spec:
exec:
command:
- /bin/sh
- -c
- "curl -sf http://localhost:8084/api/health"
httpGet:
path: /api/health
port: 8084
failureThreshold: 5
initialDelaySeconds: 60
initialDelaySeconds: 30
periodSeconds: 30
successThreshold: 1
timeoutSeconds: 30
timeoutSeconds: 5
resources:
requests:
cpu: 10m