apiVersion: v1 kind: Service metadata: annotations: {{ include "render-value" ( dict "value" .Values.global.commonAnnotations "context" .) | nindent 4 }} labels: {{ include "render-value" ( dict "value" .Values.global.commonLabels "context" .) | nindent 4 }} app.kubernetes.io/part-of: federatorai app: alameda component: alameda-datahub name: alameda-datahub namespace: {{ .Release.Namespace }} spec: ports: - name: grpc port: 50050 protocol: TCP targetPort: 50050 selector: component: alameda-datahub type: ClusterIP