diff --git a/freeipa/templates/service.yaml b/freeipa/templates/service.yaml index ca588f8..7acda64 100644 --- a/freeipa/templates/service.yaml +++ b/freeipa/templates/service.yaml @@ -8,6 +8,10 @@ spec: type: {{ .Values.service.type }} #clusterIP: {{ .Values.service.clusterIP }} ports: + - name: ldaps + port: 636 + protocol: TCP + targetPort: 636 - name: http port: {{ .Values.service.port }} targetPort: 80