fix(questions): fix default port in UDP (#3645)
This commit is contained in:
@@ -19,7 +19,7 @@ name: wireguard
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/wireguard
|
- https://github.com/truecharts/charts/tree/master/charts/stable/wireguard
|
||||||
- https://github.com/k8s-at-home/container-images/tree/main/apps/wireguard
|
- https://github.com/k8s-at-home/container-images/tree/main/apps/wireguard
|
||||||
version: 1.0.2
|
version: 1.0.3
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- network
|
- network
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
label: Port Type
|
label: Port Type
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: TCP
|
default: UDP
|
||||||
enum:
|
enum:
|
||||||
- value: HTTP
|
- value: HTTP
|
||||||
description: HTTP
|
description: HTTP
|
||||||
|
|||||||
Reference in New Issue
Block a user