fix: rename traefik-dashboard → traefik-dashboard-https
Avoids race condition with k3s built-in Traefik Helm chart which creates its own 'traefik-dashboard' IngressRoute. Both charts tried to own the same resource name, causing Helm install failure when ArgoCD created it first.
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
# Traefik Dashboard IngressRoute
|
||||
# Traefik Dashboard IngressRoute (HTTPS access)
|
||||
# Named traefik-dashboard-https to avoid conflict with k3s built-in
|
||||
# Traefik Helm chart which creates its own "traefik-dashboard" IngressRoute
|
||||
# on the internal "traefik" entrypoint (port 9000).
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: traefik-dashboard
|
||||
name: traefik-dashboard-https
|
||||
namespace: kube-system
|
||||
spec:
|
||||
entryPoints:
|
||||
|
||||
Reference in New Issue
Block a user