add authelia

This commit is contained in:
2025-12-27 14:12:05 +00:00
parent 2808f4fd43
commit 25c12c0bbd
7 changed files with 244 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: authelia
namespace: tools
annotations:
cert-manager.io/cluster-issuer: letsencrypt-cloudflare
spec:
ingressClassName: traefik
tls:
- hosts:
- auth.akshun-lab.cc
secretName: authelia-tls
rules:
- host: auth.akshun-lab.cc
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: authelia
port:
number: 9091