fix(traefik): fix questions. Remove protocol selector globally (#4375)
* remove sdvanced q from http too
* fix traefik
* remove traefik
* put protocol behind checkbox
* bump
* remove advanced
* remove protocol selector
* bump patch🤞
* add desc
* dec
This commit is contained in:
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/traefik/traefik-helm-chart
|
||||
- https://traefik.io/
|
||||
type: application
|
||||
version: 14.0.1
|
||||
version: 14.1.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
|
||||
@@ -209,7 +209,6 @@ questions:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{advancedPortHTTP}
|
||||
- variable: port
|
||||
label: "Entrypoints Port"
|
||||
schema:
|
||||
@@ -237,7 +236,13 @@ questions:
|
||||
type: int
|
||||
default: 9080
|
||||
required: true
|
||||
# Include{advancedPortHTTP}
|
||||
- variable: advanced
|
||||
label: Show Advanced Settings
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: redirectPort
|
||||
label: "Redirect to Port"
|
||||
schema:
|
||||
@@ -261,7 +266,13 @@ questions:
|
||||
type: int
|
||||
default: 9443
|
||||
required: true
|
||||
# Include{advancedPortHTTPS}
|
||||
- variable: advanced
|
||||
label: Show Advanced Settings
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: redirectPort
|
||||
label: "Redirect to Port"
|
||||
schema:
|
||||
|
||||
Reference in New Issue
Block a user