fixed ports maybe

This commit is contained in:
2024-04-17 19:18:45 -04:00
parent 915bbd6d21
commit 61724cfd4d
3 changed files with 2 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ spec:
name: wg-easy-config name: wg-easy-config
optional: false optional: false
ports: ports:
- containerPort: 51822 - containerPort: 51820
protocol: UDP protocol: UDP
- containerPort: 51821 - containerPort: 51821
securityContext: securityContext:

View File

@@ -11,5 +11,5 @@ spec:
app: wg-easy app: wg-easy
ports: ports:
- port: 51822 - port: 51822
targetPort: 51822 targetPort: 51820
protocol: UDP protocol: UDP

View File

@@ -10,7 +10,3 @@ spec:
- port: 80 - port: 80
targetPort: 51821 targetPort: 51821
name: http name: http
- port: 51822
targetPort: 51822
name: udp
protocol: UDP