From e36610cd49474c7d8b66e315d80d8dbac0ae9d63 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 15 Jan 2025 05:42:45 -0600 Subject: [PATCH] update --- infra/argocd/templates/traefik.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 infra/argocd/templates/traefik.yaml diff --git a/infra/argocd/templates/traefik.yaml b/infra/argocd/templates/traefik.yaml new file mode 100644 index 0000000..ee8ba60 --- /dev/null +++ b/infra/argocd/templates/traefik.yaml @@ -0,0 +1,21 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: traefik + namespace: argocd +spec: + project: default + source: + repoURL: https://gitlab.com/developerdurp/homelab.git + targetRevision: main + path: infra/traefik + destination: + namespace: traefik + name: in-cluster + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true +