cluster

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

commit 627389c9a7cfedb8989cb67a51c11273066e30b2
parent ee6b747baf091dd51627aad4333643df5269ba10
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 28 Dec 2024 03:13:58 +0100

Meow

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

diff --git a/apps/base/authentik/ingress.yaml b/apps/base/authentik/ingress.yaml @@ -8,7 +8,7 @@ metadata: external-dns.alpha.kubernetes.io/hostname: midnightthoughts.space spec: entryPoints: - - ldaps + - ldap routes: - match: HostSNI(`*`) services: diff --git a/apps/base/traefik/release.yaml b/apps/base/traefik/release.yaml @@ -90,11 +90,11 @@ spec: default: true exposedPort: 29418 protocol: TCP - ldaps: - port: 6360 + ldap: + port: 3890 expose: default: true - exposedPort: 636 + exposedPort: 389 protocol: TCP # minecraft: # port: 25566