providers: kubernetesIngress: publishedService: # Fixes ArgoCD health checks for LoadBalancer services enabled: true deployment: replicas: 2 ingressRoute: dashboard: enabled: true # Optional: specify entrypoint entrypoint: traefik api: dashboard: true debug: false service: type: LoadBalancer annotations: traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.priority: "42" traefik.ingress.kubernetes.io/router.tls: "true" ingressClass: enabled: true isDefaultClass: true # Configure entry points ports: metrics: expose: default: true observability: accessLogs: true metrics: true tracing: true traceVerbosity: detailed web: http: redirections: entrypoint: to: websecure scheme: https websecure: observability: accessLogs: true metrics: true tracing: true