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,26 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: wg-easy-web
namespace: wireguard
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
spec:
ingressClassName: nginx
tls:
- hosts:
- wireguard.c2et.net
secretName: wg-easy-tls
rules:
- host: wireguard.c2et.net
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: wg-easy-web
port:
number: 51821