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: 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
+2 -4
View File
@@ -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
+1 -1
View File
@@ -51,7 +51,7 @@ service:
main: main:
ports: ports:
main: main:
port: 51820 port: 51821
targetPort: 51820 targetPort: 51820
protocol: UDP protocol: UDP