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