add authelia
This commit is contained in:
25
clusters/ipv6/tools/authelia/authelia-ingress.yml
Normal file
25
clusters/ipv6/tools/authelia/authelia-ingress.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user