apiVersion: v1 kind: Service metadata: name: {{ include "unitycatalog.server.fullname" . }} labels: {{- include "unitycatalog.server.labels" . | nindent 4 }} spec: type: {{ .Values.server.service.type }} ports: - port: {{ .Values.server.service.port }} targetPort: api protocol: TCP name: api selector: {{- include "unitycatalog.server.selectorLabels" . | nindent 4 }}