fix(traefik): fix default ingress on traefik (#1614)
This commit is contained in:
@@ -28,7 +28,7 @@ sources:
|
||||
- https://github.com/prometheus-community/helm-charts
|
||||
- https://github.com/prometheus-operator/kube-prometheus
|
||||
type: application
|
||||
version: 1.1.29
|
||||
version: 1.1.30
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
|
||||
@@ -4,7 +4,7 @@ portals:
|
||||
protocols:
|
||||
- "http"
|
||||
host:
|
||||
- "$kubernetes-resource_configmap_portal_host"
|
||||
- "$kubernetes-resource_configmap_portal_host"
|
||||
ports:
|
||||
- "$kubernetes-resource_configmap_portal_port"
|
||||
path: "/dashboard/"
|
||||
@@ -808,6 +808,17 @@ questions:
|
||||
type: int
|
||||
default: 9100
|
||||
|
||||
- variable: ingress
|
||||
label: ""
|
||||
group: "Ingress"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: main
|
||||
label: "Main Ingress"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
|
||||
# Include{ingressTLS}
|
||||
|
||||
Reference in New Issue
Block a user