fix(Traefik): Don't try to run udp services under SCALE (we don't actively test it anyway)

Fixes: #1294
This commit is contained in:
kjeld Schouten-Lebbing
2021-11-07 18:40:23 +01:00
parent d05c06f875
commit f7aba7dc31
2 changed files with 1 additions and 44 deletions

View File

@@ -22,10 +22,9 @@ sources:
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
type: application
version: 10.0.5
version: 10.0.6
annotations:
truecharts.org/catagories: |
- network
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -738,48 +738,6 @@ questions:
schema:
type: boolean
default: true
- variable: udp
label: "UDP Service"
description: "The UDP service for entrypoints"
schema:
type: dict
attrs:
# Include{serviceSelector}
- variable: portsList
label: "Additional TCP Entrypoints"
schema:
type: list
default: []
items:
- variable: portsListEntry
label: "Custom Entrypoints"
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: name
label: "Entrypoints Name"
schema:
type: string
default: ""
- variable: protocol
label: "Entrypoints Type"
schema:
type: string
default: "UDP"
enum:
- value: UDP
description: "UDP"
- variable: port
label: "Container Port"
schema:
type: int
required: true
- variable: metrics
label: "metrics Service"
description: "The metrics Entrypoint service"