fix(homarr): probe tuning via dedicated PostSync patch-job Application (chart-values/Kustomize-patch/controller.probes attempts superseded)

This commit is contained in:
Story Crater Bot
2026-08-18 15:08:03 -07:00
parent ab2f1eeeb3
commit d394efc78a
4 changed files with 115 additions and 4 deletions
+22
View File
@@ -161,3 +161,25 @@ spec:
selfHeal: true
syncOptions:
- CreateNamespace=true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: homarr-patches
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "9" # After homarr (wave 8)
spec:
project: homelab
source:
repoURL: https://forgejo.riotpiao.com/riotpiao.com/homelab.git
targetRevision: main
path: k8s/applications/homarr
destination:
server: https://kubernetes.default.svc
namespace: dashboard
syncPolicy:
automated:
prune: true
selfHeal: true