diff --git a/ldap/templates/service.yaml b/ldap/templates/service.yaml index bb789e88e3..353db51c86 100644 --- a/ldap/templates/service.yaml +++ b/ldap/templates/service.yaml @@ -23,7 +23,7 @@ metadata: name: {{ tuple "ldap" "internal" . | include "helm-toolkit.endpoints.hostname_short_endpoint_lookup" }} spec: ports: - - name: db + - name: ldap port: {{ tuple "ldap" "internal" "ldap" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }} selector: {{ tuple $envAll "ldap" "server" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 8 }}