feat: Added lldap
This commit is contained in:
19
apps/lldap/base/service.yaml
Normal file
19
apps/lldap/base/service.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: lldap
|
||||
namespace: lldap
|
||||
labels:
|
||||
app.kubernetes.io/name: lldap
|
||||
app.kubernetes.io/instance: lldap
|
||||
spec:
|
||||
selector:
|
||||
app.kubernetes.io/name: lldap
|
||||
app.kubernetes.io/instance: lldap
|
||||
ports:
|
||||
- name: ldap
|
||||
port: 3890
|
||||
targetPort: ldap
|
||||
- name: web
|
||||
port: 17170
|
||||
targetPort: web
|
||||
Reference in New Issue
Block a user