apiVersion: v1 kind: Service metadata: name: oc-catalog spec: selector: app: {{ .Chart.Name }} ports: - protocol: TCP port: {{ .Values.service.port }} targetPort: {{ .Values.service.targetPort }} type: {{ .Values.service.type }}