Fix spacing issues in YAML files in vnfs
[demo.git] / vnfs / DAaaS / microservices / GoApps / src / go-hdfs-writer / kubernetes-manifests / hdfs_writer_service.yaml
1 # This is required for testing using the POSTMAN
2 kind: Service
3 apiVersion: v1
4 metadata:
5   name: hdfs-writer-svc
6 spec:
7   type: NodePort
8   selector:
9     app: hdfs-writer
10   ports:
11     - nodePort: 30303
12       port: 9393
13       targetPort: 9393