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