Files
k8scd/authentik/ldap-outpost-lb.yaml
T
2026-03-21 20:44:17 +01:00

21 lines
384 B
YAML

apiVersion: v1
kind: Service
metadata:
name: ldap-outpost-external
namespace: authentik
spec:
type: NodePort
selector:
app.kubernetes.io/name: authentik-outpost-ldap
ports:
- name: ldap
port: 389
targetPort: 3389
nodePort: 30389
protocol: TCP
- name: ldaps
port: 636
targetPort: 6636
nodePort: 30636
protocol: TCP