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 +