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

19 lines
398 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
destination:
server: https://kubernetes.default.svc
namespace: metallb-system
syncPolicy:
automated:
prune: true
selfHeal: true