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://github.com/traefik/traefik-helm-chart
|
||||||
- https://traefik.io/
|
- https://traefik.io/
|
||||||
type: application
|
type: application
|
||||||
version: 14.0.1
|
version: 14.1.0
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- network
|
- network
|
||||||
|
|||||||
@@ -209,7 +209,6 @@ questions:
|
|||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
# Include{advancedPortHTTP}
|
|
||||||
- variable: port
|
- variable: port
|
||||||
label: "Entrypoints Port"
|
label: "Entrypoints Port"
|
||||||
schema:
|
schema:
|
||||||
@@ -237,7 +236,13 @@ questions:
|
|||||||
type: int
|
type: int
|
||||||
default: 9080
|
default: 9080
|
||||||
required: true
|
required: true
|
||||||
# Include{advancedPortHTTP}
|
- variable: advanced
|
||||||
|
label: Show Advanced Settings
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
show_subquestions_if: true
|
||||||
|
subquestions:
|
||||||
- variable: redirectPort
|
- variable: redirectPort
|
||||||
label: "Redirect to Port"
|
label: "Redirect to Port"
|
||||||
schema:
|
schema:
|
||||||
@@ -261,7 +266,13 @@ questions:
|
|||||||
type: int
|
type: int
|
||||||
default: 9443
|
default: 9443
|
||||||
required: true
|
required: true
|
||||||
# Include{advancedPortHTTPS}
|
- variable: advanced
|
||||||
|
label: Show Advanced Settings
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
show_subquestions_if: true
|
||||||
|
subquestions:
|
||||||
- variable: redirectPort
|
- variable: redirectPort
|
||||||
label: "Redirect to Port"
|
label: "Redirect to Port"
|
||||||
schema:
|
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
|
- value: Memory
|
||||||
description: Memory
|
description: Memory
|
||||||
- variable: size
|
- 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:
|
schema:
|
||||||
show_if: [["type", "=", "pvc"]]
|
show_if: [["type", "=", "pvc"]]
|
||||||
type: string
|
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