You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
419 B
25 lines
419 B
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
app: openldap
|
|
release: openldap
|
|
name: openldap-np
|
|
namespace: openldap
|
|
spec:
|
|
ports:
|
|
- name: ldap-port
|
|
port: 389
|
|
protocol: TCP
|
|
targetPort: ldap-port
|
|
nodePort: 32336
|
|
- name: ssl-ldap-port
|
|
port: 636
|
|
protocol: TCP
|
|
targetPort: ssl-ldap-port
|
|
nodePort: 32337
|
|
selector:
|
|
app: openldap
|
|
release: openldap
|
|
type: NodePort
|