--- apiVersion: v1 kind: Service metadata: name: csi-streaming-etl-service namespace: moh-prod spec: ports: - port: 80 protocol: TCP targetPort: 80 selector: app: csi-streaming-etl type: ClusterIP