fix traefik portal link
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user