Added ingress for lldap

This commit is contained in:
Dreaded_X 2024-11-22 03:55:21 +01:00
parent b4073dfef7
commit f21b66f87b
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4
2 changed files with 19 additions and 0 deletions

18
apps/lldap/ingress.yaml Normal file
View File

@ -0,0 +1,18 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: lldap
spec:
entryPoints:
- websecure
routes:
- match: Host(`users.${domain}`)
kind: Rule
middlewares:
- name: default-headers
namespace: default
services:
- name: lldap
port: 17170
tls:
secretName: ${domain//./-}-tls

View File

@ -6,6 +6,7 @@ resources:
- ./secret.yaml
- ./deployment.yaml
- ./service.yaml
- ./ingress.yaml
components:
- ../../common/postgres