diff --git a/apps/networking/metallb-config.yaml b/apps/networking/metallb-config.yaml new file mode 100644 index 0000000..0855519 --- /dev/null +++ b/apps/networking/metallb-config.yaml @@ -0,0 +1,22 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: metallb-config + namespace: argocd + annotations: + argocd.argoproj.io/sync-wave: "2" +spec: + project: workshop + source: + repoURL: JOUW_FORK_URL + targetRevision: HEAD + path: manifests/networking/metallb + directory: + include: "metallb-config.yaml" + destination: + server: https://kubernetes.default.svc + namespace: metallb-system + syncPolicy: + automated: + prune: true + selfHeal: true