diff --git a/key-components/traefik.yaml b/key-components/traefik.yaml new file mode 100644 index 0000000..8455ba0 --- /dev/null +++ b/key-components/traefik.yaml @@ -0,0 +1,43 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: traefik + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + repoURL: https://traefik.github.io/charts + chart: traefik + targetRevision: 41.4.0 + helm: + releaseName: traefik + values: | + deployment: + kind: DaemonSet + ingressClass: + enabled: true + isDefaultClass: true + name: traefik + ports: + web: + hostPort: 80 + websecure: + hostPort: 443 + service: + type: ClusterIP + providers: + kubernetesCRD: + enabled: true + kubernetesIngress: + enabled: true + destination: + server: https://kubernetes.default.svc + namespace: traefik + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true