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
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