use authelia as login source
This commit is contained in:
17
infrastructure/authelia/ingress.yaml
Normal file
17
infrastructure/authelia/ingress.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: authelia-ingressroute
|
||||
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`auth.kluster.moll.re`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: authelia
|
||||
port: 80
|
||||
|
||||
tls:
|
||||
certResolver: default-tls
|
Reference in New Issue
Block a user