Containerization feature of SO
[so.git] / adapters / mso-openstack-adapters / Deployment / pod_svc.yaml
1 apiVersion: v1
2 kind: Service
3 metadata:
4   name: mchanmsosvc
5   labels:
6     app: mchanmsopod
7 spec:
8   type: NodePort
9   ports:
10   - port: 8080
11     nodePort: 30001
12     protocol: TCP
13   selector:
14     app: mchanmsopod