Fix Traefik and Pihole question.yaml missing settings
This commit is contained in:
@@ -21,4 +21,4 @@ sources:
|
|||||||
- https://github.com/pi-hole
|
- https://github.com/pi-hole
|
||||||
- https://github.com/pi-hole/docker-pi-hole
|
- https://github.com/pi-hole/docker-pi-hole
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.3
|
version: 1.0.4
|
||||||
|
|||||||
@@ -27,6 +27,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: "/admin/"
|
||||||
questions:
|
questions:
|
||||||
- variable: portal
|
- variable: portal
|
||||||
group: "Container Image"
|
group: "Container Image"
|
||||||
@@ -961,7 +962,7 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
show_if: [["type", "=", "pvc"]]
|
show_if: [["type", "=", "pvc"]]
|
||||||
type: string
|
type: string
|
||||||
default: "100Gi"
|
default: "100Gi"
|
||||||
- variable: persistenceList
|
- variable: persistenceList
|
||||||
label: "Additional app storage"
|
label: "Additional app storage"
|
||||||
group: "Storage and Persistence"
|
group: "Storage and Persistence"
|
||||||
|
|||||||
@@ -22,4 +22,4 @@ 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: 7.0.7
|
version: 7.0.8
|
||||||
|
|||||||
@@ -750,6 +750,11 @@ questions:
|
|||||||
default: 9080
|
default: 9080
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
|
- variable: redirectTo
|
||||||
|
label: "Redirect to"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "websecure"
|
||||||
- variable: websecure
|
- variable: websecure
|
||||||
label: "websecure Entrypoints Configuration"
|
label: "websecure Entrypoints Configuration"
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
Reference in New Issue
Block a user