flux-infra/apps/lldap/ingress.yaml

16 lines
278 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: lldap
spec:
entryPoints:
- websecure
routes:
- match: Host(`users.${domain}`)
kind: Rule
services:
- name: lldap
port: 17170
tls:
secretName: ${domain//./-}-tls