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