{{- if index .Values.ocWorkspace.enabled }} apiVersion: v1 kind: Service metadata: name: oc-workspace-svc labels: app: oc-workspace-svc spec: ports: - name: http port: 8080 protocol: TCP targetPort: 8080 selector: app: oc-workspace type: ClusterIP {{- end }}