infra/argocd-apps/metallb-base.yaml
2025-05-30 14:37:56 +03:00

21 lines
433 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: metallb-base
namespace: argocd
spec:
project: infra
source:
repoURL: https://git.dvirlabs.com/dvirlabs/infra.git
targetRevision: HEAD
path: vendor/metallb
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: metallb-system
syncPolicy:
automated:
prune: true
selfHeal: true