aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/microservices/GoApps/src/go-hdfs-writer/kubernetes-manifests/hdfs_writer_service.yaml
blob: 596ad5fdcfdb9950e01449b4255fb4b56a281a13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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