cluster

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

commit 483b2571e40ae43cb50cd7327b60245f472f1dc7
parent 22438da7589cf49196a4931cad52293dc864a6e5
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 20 Mar 2024 00:01:32 +0100

Terminate tls at traefik

Diffstat:
Mapps/base/openldap/ldap-ingress.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/base/openldap/ldap-ingress.yaml b/apps/base/openldap/ldap-ingress.yaml @@ -11,6 +11,6 @@ spec: - match: HostSNI(`*`) services: - name: openldap - port: ssl-ldap-port + port: ldap-port tls: - passthrough: true + secretName: users.midnightthoughts.space-tls