ungleich-k8s/apps/fnux-playground/openldap/templates/service.yaml

13 lines
208 B
YAML

apiVersion: v1
kind: Service
metadata:
name: "{{ tpl .Values.identifier . }}"
labels:
app: openldap
spec:
type: ClusterIP
ports:
- port: 389
name: ldap
- port: 636
name: ldaps