diff --git a/charts/stable/traefik/Chart.yaml b/charts/stable/traefik/Chart.yaml index 4df0b282466..6f57005e31e 100644 --- a/charts/stable/traefik/Chart.yaml +++ b/charts/stable/traefik/Chart.yaml @@ -25,5 +25,5 @@ sources: - https://github.com/traefik/traefik-helm-chart - https://traefik.io/ type: application -version: 6.2.1 +version: 6.2.2 upstream_version: "v9.19.2" diff --git a/charts/stable/traefik/templates/custom/portal.yaml b/charts/stable/traefik/templates/custom/portal.yaml index 44b48e77d49..92e80f287a2 100644 --- a/charts/stable/traefik/templates/custom/portal.yaml +++ b/charts/stable/traefik/templates/custom/portal.yaml @@ -5,7 +5,7 @@ {{- $port := 443 }} {{- $protocol := "https" }} {{- $portProtocol := "" }} -{{- $path := "/" }} +{{- $path := "/dashboard/" }} {{- if $ingr }} {{- if $ingr.enabled }} @@ -26,6 +26,7 @@ {{- if eq $host "$node_ip" }} {{- $port = .Values.ports.traefik.exposedPort }} + {{- $protocol = "http" }} {{- end }} ---