feat: add namespace manifests and argocd app

This commit is contained in:
2026-06-22 11:56:46 +00:00
parent d276ef403a
commit 8d3d3b4ccf
7 changed files with 353 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/auth-response-headers: Remote-User,Remote-Name,Remote-Groups,Remote-Email
nginx.ingress.kubernetes.io/auth-signin: https://auth.uzbutterfly.com?rm=$request_method
nginx.ingress.kubernetes.io/auth-url: http://authelia.authelia.svc.cluster.local/api/authz/auth-request
name: wg-easy-ingress
namespace: vpn
spec:
ingressClassName: nginx
rules:
- host: vpn.uzbutterfly.com
http:
paths:
- backend:
service:
name: wg-easy
port:
number: 51821
path: /
pathType: Prefix
tls:
- hosts:
- vpn.uzbutterfly.com
secretName: vpn-tls