cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 315257322fec128d9dd8a77e1b4568253216a523
parent d88ae552695b67d393368d6d9e5c351bc86ad3ac
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 19 Mar 2025 18:58:10 +0100

Migrate ldap

Diffstat:
Mapps/base/authentik/ingress.yaml | 22++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/apps/base/authentik/ingress.yaml b/apps/base/authentik/ingress.yaml @@ -1,15 +1,17 @@ -apiVersion: traefik.io/v1alpha1 -kind: IngressRouteTCP +--- +apiVersion: gateway.networking.k8s.io/v1alpha2 +kind: TCPRoute metadata: name: authentik-ldap namespace: authentik annotations: - external-dns.alpha.kubernetes.io/hostname: midnightthoughts.space + external-dns.alpha.kubernetes.io/hostname: ldap.midnightthoughts.space spec: - entryPoints: - - ldap - routes: - - match: HostSNI(`*`) - services: - - name: ak-outpost-ldap - port: 389 + parentRefs: + - name: envoy-gateway + namespace: envoy-gateway + sectionName: ldap + rules: + - backendRefs: + - name: ak-outpost-ldap + port: 389