try correctly appending path to traefik portal

This commit is contained in:
kjeld Schouten-Lebbing 2021-06-30 14:55:31 +02:00
parent 3259da7e24
commit 2bd437715e
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 2 additions and 1 deletions

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.3.0 version: 6.3.1
upstream_version: "v9.19.2" upstream_version: "v9.19.2"

View File

@ -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"