chore(wireguard): use different port to allow easier deploy for host-net and remove portal (#3642)

This commit is contained in:
Stavros Kois
2022-08-31 09:33:16 +03:00
committed by GitHub
parent 146b181a97
commit 69d6020bae
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -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
+2 -4
View File
@@ -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
+1 -1
View File
@@ -51,7 +51,7 @@ service:
main:
ports:
main:
port: 51820
port: 51821
targetPort: 51820
protocol: UDP