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:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/wireguard
|
||||
- https://github.com/k8s-at-home/container-images/tree/main/apps/wireguard
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
# Include{groups}
|
||||
portals:
|
||||
open:
|
||||
# Include{portalLink}
|
||||
portals: {}
|
||||
questions:
|
||||
# Include{global}
|
||||
# Include{controller}
|
||||
@@ -76,7 +74,7 @@ questions:
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 51820
|
||||
default: 51821
|
||||
required: true
|
||||
# Include{advancedPortUDP}
|
||||
- variable: targetPort
|
||||
|
||||
@@ -51,7 +51,7 @@ service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 51820
|
||||
port: 51821
|
||||
targetPort: 51820
|
||||
protocol: UDP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user