From 0359eedcb55201fbc5256e1e5f1a67df5e4f39e2 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Sat, 12 Jul 2025 18:39:44 +0300 Subject: [PATCH] argocd: Add metallb --- argocd/applications/metallb.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 argocd/applications/metallb.yaml diff --git a/argocd/applications/metallb.yaml b/argocd/applications/metallb.yaml new file mode 100644 index 0000000..ddb1b47 --- /dev/null +++ b/argocd/applications/metallb.yaml @@ -0,0 +1,21 @@ +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: metallb + namespace: argocd +spec: + project: k-space.ee + source: + # also depends on git@git.k-space.ee:secretspace/kube.git + repoURL: git@git.k-space.ee:k-space/kube.git + targetRevision: HEAD + path: metallb + destination: + server: 'https://kubernetes.default.svc' + namespace: metallb-system + syncPolicy: + #automated: + # prune: true + syncOptions: + - CreateNamespace=true