commit 82f16a9d2603a332f6d06d6612c00ef122629880 parent 57f5edf494c8b6edebbcce1c3df89d38711728e5 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 19 Mar 2024 23:37:35 +0100 Fix hostSNI Diffstat:
| M | apps/base/openldap/ldap-ingress.yaml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/base/openldap/ldap-ingress.yaml b/apps/base/openldap/ldap-ingress.yaml @@ -8,7 +8,7 @@ spec: entryPoints: - ldap routes: - - match: HostSNI(`users.midnightthoughts.space`) + - match: HostSNI(`*`) services: - name: openldap port: 636