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-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus - https://github.com/prometheus-operator/kube-prometheus
type: application type: application
version: 1.1.29 version: 1.1.30
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- metrics - metrics
+11
View File
@@ -808,6 +808,17 @@ questions:
type: int type: int
default: 9100 default: 9100
- variable: ingress
label: ""
group: "Ingress"
schema:
type: dict
attrs:
- variable: main
label: "Main Ingress"
schema:
type: dict
attrs:
# Include{ingressDefault} # Include{ingressDefault}
# Include{ingressTLS} # Include{ingressTLS}