From ff44035b4c6cbfe16580eed805546126dfcf30e7 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sat, 21 Mar 2026 19:53:38 +0100 Subject: [PATCH] Change from loadbalancer to nodeport --- authentik/ldap-outpost-lb.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/authentik/ldap-outpost-lb.yaml b/authentik/ldap-outpost-lb.yaml index 002499b..bd9d624 100644 --- a/authentik/ldap-outpost-lb.yaml +++ b/authentik/ldap-outpost-lb.yaml @@ -4,15 +4,17 @@ metadata: name: ldap-outpost-external namespace: authentik spec: - type: LoadBalancer + type: NodePort selector: app.kubernetes.io/name: ak-outpost-ldap-outpost ports: - name: ldap port: 389 targetPort: 3389 + nodePort: 30389 protocol: TCP - name: ldaps port: 636 targetPort: 6636 + nodePort: 30636 protocol: TCP