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 +