13 lines
159 B
YAML
13 lines
159 B
YAML
|
---
|
||
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: ldap-service
|
||
|
namespace: authelia
|
||
|
spec:
|
||
|
selector:
|
||
|
app: ldap
|
||
|
ports:
|
||
|
- protocol: TCP
|
||
|
port: 389
|