fix(homarr): add proper probes via Kustomize patch
Chart version 8.23.0 doesn't support probe customization via values. Using strategic merge patch instead. Probe configuration: - Liveness: 60s initial delay, 30s period, 5s timeout - Readiness: 45s initial delay, 15s period, 5s timeout App initialization timeline: 0-5s: DB migrations, Redis startup 6s: WebSocket server ready 27-30s: Icon cache populated (27k+ icons) 30s+: Analytics cron initialized, fully operational
This commit is contained in:
@@ -3,5 +3,10 @@ kind: Kustomization
|
||||
namespace: dashboard
|
||||
resources:
|
||||
- homarr-secrets.enc.yaml
|
||||
# Homarr deployed via Helm chart (values in 60-applications.yaml multi-source Application).
|
||||
# This kustomization just holds the SOPS-encrypted SECRET_ENCRYPTION_KEY.
|
||||
|
||||
# Patch Homarr deployment with proper probe timing
|
||||
patches:
|
||||
- path: deployment-probes-patch.yaml
|
||||
target:
|
||||
kind: Deployment
|
||||
name: homarr
|
||||
|
||||
Reference in New Issue
Block a user