REVERT(repo): remove unused controllers yaml

- ArgoCD deployments are not managed by this repo
- Use 'kubectl scale' to disable unused controllers instead
This commit is contained in:
2026-01-03 12:49:32 +09:00
parent 00dcd5aeea
commit f62c02a152
2 changed files with 0 additions and 29 deletions

View File

@@ -1,28 +0,0 @@
# Disable unused ArgoCD controllers to save resources
# - notifications: Not using Slack/Discord alerts
# - applicationset: Not using ApplicationSet templates
# - dex: Using Authelia for SSO instead
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: argocd-notifications-controller
namespace: argocd
spec:
replicas: 0
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: argocd-applicationset-controller
namespace: argocd
spec:
replicas: 0
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: argocd-dex-server
namespace: argocd
spec:
replicas: 0

View File

@@ -6,4 +6,3 @@ resources:
- argocd-rbac-cm.yaml - argocd-rbac-cm.yaml
- argocd-cmd-params-cm.yaml - argocd-cmd-params-cm.yaml
- ingress.yaml - ingress.yaml
- disable-unused-controllers.yaml