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: "28.0.0" helm: values: | deployment: replicas: 2 service: type: LoadBalancer annotations: service.beta.kubernetes.io/azure-load-balancer-health-probe-request-path: /ping ingressClass: enabled: true isDefaultClass: true # Configure entry points entryPoints: web: address: :80 http: redirections: entrypoint: to: websecure scheme: https websecure: address: :443 http: tls: {} destination: server: https://kubernetes.default.svc namespace: traefik-system syncPolicy: automated: prune: true selfHeal: true allowEmpty: false syncOptions: - CreateNamespace=true - Validate=true - ServerSideApply=true - Replace=false retry: limit: 5 backoff: duration: 5s factor: 2 maxDuration: 3m