apiVersion: v1 kind: Service metadata: name: cmsn-b-linh spec: selector: app: cmsn-b-linh ports: - port: 80 targetPort: 80 type: ClusterIP