fix(traefik): fix default ingress on traefik (#1614)

This commit is contained in:
Kjeld Schouten-Lebbing
2021-12-26 16:58:03 +01:00
committed by GitHub
parent 219459b3f8
commit 3aa3e811b5
2 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -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
+12 -1
View File
@@ -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}