cluster

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

commit 2253452019779e3782305819456e96cb77203a40
parent 7a1d4fe3ebcf67b59db786004f003c279ce7fe04
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 28 Dec 2024 00:29:10 +0100

Meow

Diffstat:
Mapps/base/authentik/ingress.yaml | 6++++--
Mapps/base/authentik/release.yaml | 2++
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/apps/base/authentik/ingress.yaml b/apps/base/authentik/ingress.yaml @@ -4,11 +4,13 @@ kind: IngressRouteTCP metadata: name: authentik-ldap namespace: authentik + annotations: + external-dns.alpha.kubernetes.io/hostname: midnightthoughts.space spec: entryPoints: - ldaps routes: - match: HostSNI(`*`) services: - - name: ak-outpost-ldap - port: 389 + - name: ak-outpost-ldap + port: 389 diff --git a/apps/base/authentik/release.yaml b/apps/base/authentik/release.yaml @@ -97,12 +97,14 @@ spec: enabled: true hosts: - auth.midnightthoughts.space + - ldap.midnightthoughts.space paths: - / pathType: Prefix tls: - hosts: - auth.midnightthoughts.space + - ldap.midnightthoughts.space secretName: auth-midnightthoughts-tls-secret postgresql: enabled: false