homelab-gitops/metallb.yaml
gwg313 4d4b8c9de5
remove metallb
Signed-off-by: gwg313 <gwg313@pm.me>
2026-05-14 13:38:31 -04:00

22 lines
464 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: metallb
namespace: argocd
spec:
project: default
source:
repoURL: https://metallb.github.io/metallb
chart: metallb
targetRevision: 0.14.5
helm:
releaseName: metallb
destination:
server: https://kubernetes.default.svc
namespace: metallb-system
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true