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