--- apiVersion: v1 kind: Service metadata: labels: app: csi-net-noty name: csi-net-noty namespace: moh-prod spec: ports: - port: 80 targetPort: 80 selector: app: csi-net-noty type: ClusterIP