try correctly appending path to traefik portal
This commit is contained in:
parent
3259da7e24
commit
2bd437715e
|
@ -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.3.0
|
version: 6.3.1
|
||||||
upstream_version: "v9.19.2"
|
upstream_version: "v9.19.2"
|
||||||
|
|
|
@ -29,6 +29,7 @@ portals:
|
||||||
- "$kubernetes-resource_configmap_portal_host"
|
- "$kubernetes-resource_configmap_portal_host"
|
||||||
ports:
|
ports:
|
||||||
- "$kubernetes-resource_configmap_portal_port"
|
- "$kubernetes-resource_configmap_portal_port"
|
||||||
|
path: "/dashboard/"
|
||||||
questions:
|
questions:
|
||||||
- variable: portal
|
- variable: portal
|
||||||
group: "Container Image"
|
group: "Container Image"
|
||||||
|
|
Loading…
Reference in New Issue