añadidos archivos de wireguard

This commit is contained in:
2025-08-11 20:56:26 +02:00
parent bbe4ba89e2
commit 10f9bb67f7
16 changed files with 325 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: wg-easy-web
namespace: wireguard
spec:
type: ClusterIP
selector:
app: wg-easy
ports:
- name: web
port: 51821
targetPort: 51821
protocol: TCP

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: wg-easy-udp
namespace: wireguard
spec:
type: LoadBalancer
loadBalancerIP: 192.168.0.101
selector:
app: wg-easy
ports:
- name: wireguard-udp
port: 51819
targetPort: 51819
protocol: UDP