mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 07:21:24 -03:00
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/docker-pi-hole
|
||||
type: application
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
|
||||
@@ -27,6 +27,7 @@ portals:
|
||||
- "$kubernetes-resource_configmap_portal_host"
|
||||
ports:
|
||||
- "$kubernetes-resource_configmap_portal_port"
|
||||
path: "/admin/"
|
||||
questions:
|
||||
- variable: portal
|
||||
group: "Container Image"
|
||||
@@ -961,7 +962,7 @@ questions:
|
||||
schema:
|
||||
show_if: [["type", "=", "pvc"]]
|
||||
type: string
|
||||
default: "100Gi"
|
||||
default: "100Gi"
|
||||
- variable: persistenceList
|
||||
label: "Additional app storage"
|
||||
group: "Storage and Persistence"
|
||||
|
||||
@@ -22,4 +22,4 @@ sources:
|
||||
- https://github.com/traefik/traefik-helm-chart
|
||||
- https://traefik.io/
|
||||
type: application
|
||||
version: 7.0.7
|
||||
version: 7.0.8
|
||||
|
||||
@@ -750,6 +750,11 @@ questions:
|
||||
default: 9080
|
||||
editable: true
|
||||
required: true
|
||||
- variable: redirectTo
|
||||
label: "Redirect to"
|
||||
schema:
|
||||
type: string
|
||||
default: "websecure"
|
||||
- variable: websecure
|
||||
label: "websecure Entrypoints Configuration"
|
||||
schema:
|
||||
|
||||
Reference in New Issue
Block a user