ingress.yaml (389B)
1 apiVersion: gateway.networking.k8s.io/v1alpha2 2 kind: TCPRoute 3 metadata: 4 name: authentik-ldap 5 namespace: authentik 6 annotations: 7 external-dns.alpha.kubernetes.io/hostname: ldap.midnightthoughts.space 8 spec: 9 parentRefs: 10 - name: envoy-gateway 11 namespace: envoy-gateway 12 sectionName: ldap 13 rules: 14 - backendRefs: 15 - name: ak-outpost-ldap 16 port: 389