Change from loadbalancer to nodeport

This commit is contained in:
Ruben Hensen
2026-03-21 19:53:38 +01:00
parent 44c31cdadd
commit ff44035b4c
+3 -1
View File
@@ -4,15 +4,17 @@ metadata:
name: ldap-outpost-external name: ldap-outpost-external
namespace: authentik namespace: authentik
spec: spec:
type: LoadBalancer type: NodePort
selector: selector:
app.kubernetes.io/name: ak-outpost-ldap-outpost app.kubernetes.io/name: ak-outpost-ldap-outpost
ports: ports:
- name: ldap - name: ldap
port: 389 port: 389
targetPort: 3389 targetPort: 3389
nodePort: 30389
protocol: TCP protocol: TCP
- name: ldaps - name: ldaps
port: 636 port: 636
targetPort: 6636 targetPort: 6636
nodePort: 30636
protocol: TCP protocol: TCP