diff --git a/wg-easy/deployment.yaml b/wg-easy/deployment.yaml index 3a93f56..2b5535b 100644 --- a/wg-easy/deployment.yaml +++ b/wg-easy/deployment.yaml @@ -27,7 +27,7 @@ spec: name: wg-easy-config optional: false ports: - - containerPort: 51822 + - containerPort: 51820 protocol: UDP - containerPort: 51821 securityContext: diff --git a/wg-easy/service-dns.yaml b/wg-easy/service-dns.yaml index 330805d..4e1fc79 100644 --- a/wg-easy/service-dns.yaml +++ b/wg-easy/service-dns.yaml @@ -11,5 +11,5 @@ spec: app: wg-easy ports: - port: 51822 - targetPort: 51822 + targetPort: 51820 protocol: UDP diff --git a/wg-easy/service.yaml b/wg-easy/service.yaml index 2f9a45a..02aee9b 100644 --- a/wg-easy/service.yaml +++ b/wg-easy/service.yaml @@ -10,7 +10,3 @@ spec: - port: 80 targetPort: 51821 name: http - - port: 51822 - targetPort: 51822 - name: udp - protocol: UDP