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

14 lines
208 B
YAML
Raw Normal View History

2021-07-31 16:04:27 +02:00
apiVersion: v1
kind: Service
metadata:
name: "{{ tpl .Values.identifier . }}"
labels:
app: openldap
spec:
type: ClusterIP
ports:
- port: 389
name: ldap
- port: 636
name: ldaps