añadidos archivos de wireguard
This commit is contained in:
15
wireguard/services/service-udp.yaml
Normal file
15
wireguard/services/service-udp.yaml
Normal 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
|
||||
Reference in New Issue
Block a user