diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-10 20:22:37 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-10 20:22:37 +0300 |
| commit | c952579d1303558685c61cec1b688716f383bfd0 (patch) | |
| tree | 78d85e13bb9b525a247711b0b6bb91b4eaf37dd7 /f3s/argocd-apps | |
| parent | 6da9c96fd3ec727125d3e9095cef8b675fe007ff (diff) | |
add ema
Diffstat (limited to 'f3s/argocd-apps')
| -rw-r--r-- | f3s/argocd-apps/services/pihole.yaml | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/f3s/argocd-apps/services/pihole.yaml b/f3s/argocd-apps/services/pihole.yaml index 18e48fa..a22e585 100644 --- a/f3s/argocd-apps/services/pihole.yaml +++ b/f3s/argocd-apps/services/pihole.yaml @@ -3,8 +3,11 @@ kind: Application metadata: name: pihole namespace: cicd - finalizers: - - resources-finalizer.argocd.argoproj.io + annotations: + argocd.argoproj.io/compare-options: Disabled + # finalizers removed so ArgoCD won't block deletion + # finalizers: + # - resources-finalizer.argocd.argoproj.io spec: project: default sources: @@ -46,15 +49,16 @@ spec: destination: server: https://kubernetes.default.svc namespace: services - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=false - retry: - limit: 3 - backoff: - duration: 5s - factor: 2 - maxDuration: 1m + # syncPolicy disabled - pihole moved to Raspberry Pis + # syncPolicy: + # automated: + # prune: true + # selfHeal: true + # syncOptions: + # - CreateNamespace=false + # retry: + # limit: 3 + # backoff: + # duration: 5s + # factor: 2 + # maxDuration: 1m |
