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:
XoR
2026-03-11 20:16:01 +03:00
parent 4d8ebf96df
commit 01623cb260

View File

@@ -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: