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-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
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user