Update service.yaml (#9)

* Update service.yaml

Adding ldap and ldaps ports

* Adding ldaps into service.yaml
main
dharmendra kariya 2021-01-28 14:55:36 +05:30 committed by GitHub
parent 0f9ef79ba6
commit 7b991f12c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ spec:
type: {{ .Values.service.type }} type: {{ .Values.service.type }}
#clusterIP: {{ .Values.service.clusterIP }} #clusterIP: {{ .Values.service.clusterIP }}
ports: ports:
- name: ldaps
port: 636
protocol: TCP
targetPort: 636
- name: http - name: http
port: {{ .Values.service.port }} port: {{ .Values.service.port }}
targetPort: 80 targetPort: 80