chore(wireguard): use different port to allow easier deploy for host-net and remove portal (#3642)
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.1
|
version: 1.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- network
|
- network
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
# Include{groups}
|
# Include{groups}
|
||||||
portals:
|
portals: {}
|
||||||
open:
|
|
||||||
# Include{portalLink}
|
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
# Include{controller}
|
# Include{controller}
|
||||||
@@ -76,7 +74,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 51820
|
default: 51821
|
||||||
required: true
|
required: true
|
||||||
# Include{advancedPortUDP}
|
# Include{advancedPortUDP}
|
||||||
- variable: targetPort
|
- variable: targetPort
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 51820
|
port: 51821
|
||||||
targetPort: 51820
|
targetPort: 51820
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user