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