aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/microservices/GoApps/src/go-hdfs-writer/kubernetes-manifests/hdfs_writer_service.yaml
blob: de90e1759aec04e3852b8379fe9dd5ce65b71f15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This is required for testing using the POSTMAN
kind: Service
apiVersion: v1
metadata:
  name: hdfs-writer-svc
spec:
  type: NodePort
  selector:
    app: hdfs-writer
  ports:
    - nodePort: 30303
      port: 9393
      targetPort: 9393