From 8fff4eb2b506d382e196de023a1e6641f8afa944 Mon Sep 17 00:00:00 2001 From: Mike Smith <89040888+smiggiddy@users.noreply.github.com> Date: Tue, 9 Jan 2024 21:30:47 -0500 Subject: [PATCH] feat: metallb --- argo/utilities/templates/metallb.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 argo/utilities/templates/metallb.yaml diff --git a/argo/utilities/templates/metallb.yaml b/argo/utilities/templates/metallb.yaml new file mode 100644 index 0000000..8fc1100 --- /dev/null +++ b/argo/utilities/templates/metallb.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: metallb + namespace: argocd + labels: + utilities: kube-system +spec: + destination: + namespace: kube-system + server: https://kubernetes.default.svc + project: default + source: + repoURL: https://metallb.github.io/metallb + targetRevision: HEAD + targetRevision: 0.13.12 + chart: metallb/metallb