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