feat(authelia): add app for evaluation
This commit is contained in:
parent
cd6524ee7f
commit
c4e40fada5
16 changed files with 2197 additions and 1 deletions
23
apps/authelia/base/keycloak-ingress.yaml
Normal file
23
apps/authelia/base/keycloak-ingress.yaml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
||||
name: keycloak
|
||||
spec:
|
||||
tls:
|
||||
- hosts:
|
||||
- keycloak.nc.landry.land
|
||||
secretName: keycloak-tls
|
||||
|
||||
rules:
|
||||
- host: keycloak.nc.landry.land
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: keycloak
|
||||
port:
|
||||
number: 8080
|
||||
Loading…
Add table
Add a link
Reference in a new issue