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

18 lines
399 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: metallb-config
namespace: argocd
spec:
project: default
source:
path: metallb/config
repoURL: https://github.com/gwg313/homelab-gitops
targetRevision: HEAD
destination:
server: https://kubernetes.default.svc
namespace: metallb-system
syncPolicy:
automated:
prune: true
selfHeal: true