Fix traefik not enabling tls on websecure
This commit is contained in:
@@ -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.0
|
version: 7.0.1
|
||||||
|
|||||||
@@ -780,6 +780,18 @@ questions:
|
|||||||
default: 9443
|
default: 9443
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
|
- variable: tls
|
||||||
|
label: "websecure Entrypoints Configuration"
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
hidden: true
|
||||||
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- variable: portsList
|
- variable: portsList
|
||||||
label: "Additional TCP Entrypoints"
|
label: "Additional TCP Entrypoints"
|
||||||
schema:
|
schema:
|
||||||
@@ -819,6 +831,16 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
required: true
|
required: true
|
||||||
|
- variable: tls
|
||||||
|
label: "websecure Entrypoints Configuration"
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
- variable: udp
|
- variable: udp
|
||||||
label: "UDP Service"
|
label: "UDP Service"
|
||||||
description: "The UDP service for entrypoints"
|
description: "The UDP service for entrypoints"
|
||||||
|
|||||||
Reference in New Issue
Block a user