fix traefik portal link

This commit is contained in:
kjeld Schouten-Lebbing
2021-06-30 13:22:21 +02:00
parent d4930f34f4
commit 1f1b34d778
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -25,5 +25,5 @@ sources:
- https://github.com/traefik/traefik-helm-chart - https://github.com/traefik/traefik-helm-chart
- https://traefik.io/ - https://traefik.io/
type: application type: application
version: 6.2.1 version: 6.2.2
upstream_version: "v9.19.2" upstream_version: "v9.19.2"
@@ -5,7 +5,7 @@
{{- $port := 443 }} {{- $port := 443 }}
{{- $protocol := "https" }} {{- $protocol := "https" }}
{{- $portProtocol := "" }} {{- $portProtocol := "" }}
{{- $path := "/" }} {{- $path := "/dashboard/" }}
{{- if $ingr }} {{- if $ingr }}
{{- if $ingr.enabled }} {{- if $ingr.enabled }}
@@ -26,6 +26,7 @@
{{- if eq $host "$node_ip" }} {{- if eq $host "$node_ip" }}
{{- $port = .Values.ports.traefik.exposedPort }} {{- $port = .Values.ports.traefik.exposedPort }}
{{- $protocol = "http" }}
{{- end }} {{- end }}
--- ---