mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 18:22:54 +02:00
21 lines
385 B
YAML
21 lines
385 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: ldap-outpost-external
|
|
namespace: authentik
|
|
spec:
|
|
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
|