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:
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
- variable: size
|
||||
label: Size quotum of Storage
|
||||
schema:
|
||||
show_if: [["type", "=", "pvc"]]
|
||||
type: string
|
||||
default: 256Gi
|
||||
@@ -55,7 +55,8 @@
|
||||
- value: Memory
|
||||
description: Memory
|
||||
- variable: size
|
||||
label: Size quotum of Storage
|
||||
label: Size quotum of Storage (Do NOT REDUCE after installation)
|
||||
description: This value can ONLY be INCREASED after the installation
|
||||
schema:
|
||||
show_if: [["type", "=", "pvc"]]
|
||||
type: string
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
- variable: advanced
|
||||
label: Show Advanced Settings
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: protocol
|
||||
label: Port Type
|
||||
schema:
|
||||
type: string
|
||||
default: HTTP
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: HTTP
|
||||
- value: HTTPS
|
||||
description: HTTPS
|
||||
- value: TCP
|
||||
description: TCP
|
||||
- value: UDP
|
||||
description: UDP
|
||||
@@ -1,14 +0,0 @@
|
||||
- variable: protocol
|
||||
label: Port Type
|
||||
schema:
|
||||
type: string
|
||||
default: HTTPS
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: HTTP
|
||||
- value: HTTPS
|
||||
description: HTTPS
|
||||
- value: TCP
|
||||
description: TCP
|
||||
- value: UDP
|
||||
description: UDP
|
||||
@@ -1,14 +0,0 @@
|
||||
- variable: protocol
|
||||
label: Port Type
|
||||
schema:
|
||||
type: string
|
||||
default: TCP
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: HTTP
|
||||
- value: HTTPS
|
||||
description: HTTPS
|
||||
- value: TCP
|
||||
description: TCP
|
||||
- value: UDP
|
||||
description: UDP
|
||||
@@ -1,14 +0,0 @@
|
||||
- variable: protocol
|
||||
label: Port Type
|
||||
schema:
|
||||
type: string
|
||||
default: UDP
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: HTTP
|
||||
- value: HTTPS
|
||||
description: HTTPS
|
||||
- value: TCP
|
||||
description: TCP
|
||||
- value: UDP
|
||||
description: UDP
|
||||
Reference in New Issue
Block a user