fix(homarr): patch probes via PostSync hook

Chart v8.23.0 (homarr-labs/charts) doesn't support probe customization.
All attempts failed:
- probes.liveness.spec: ignored
- controller.probes: ignored
- livenessProbe.enabled: ignored

Solution: PostSync hook Job patches deployment after Helm sync.

Probe config:
- Liveness: 60s initial, 30s period, 5s timeout
- Readiness: 45s initial, 15s period, 5s timeout

App needs 30-45s for DB migrations, Redis, icon cache (27k+ icons).
This commit is contained in:
Story Crater Bot
2026-07-22 10:55:33 -07:00
parent e2c246cfcd
commit ce7a8bad81
3 changed files with 93 additions and 24 deletions
+1 -2
View File
@@ -3,5 +3,4 @@ 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 secrets.
- fix-probes-job.yaml