Added ingress for lldap
This commit is contained in:
parent
b4073dfef7
commit
f21b66f87b
18
apps/lldap/ingress.yaml
Normal file
18
apps/lldap/ingress.yaml
Normal 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
|
|
@ -6,6 +6,7 @@ resources:
|
|||
- ./secret.yaml
|
||||
- ./deployment.yaml
|
||||
- ./service.yaml
|
||||
- ./ingress.yaml
|
||||
|
||||
components:
|
||||
- ../../common/postgres
|
||||
|
|
Loading…
Reference in New Issue
Block a user