Files
platform/argocd/kustomization.yaml
Mayne0213 00dcd5aeea CHORE(argocd): disable unused ArgoCD controllers
- notifications: Not using alerts
- applicationset: Not using ApplicationSet templates
- dex: Using Authelia SSO instead
- Saves ~200-300 MiB memory and removes 3-minute reconciliation loop
2026-01-04 23:28:29 +09:00

10 lines
208 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- argocd-cm.yaml
- argocd-rbac-cm.yaml
- argocd-cmd-params-cm.yaml
- ingress.yaml
- disable-unused-controllers.yaml