apiVersion: v1 kind: Service metadata: name: nfd-master spec: selector: app: nfd-master ports: - protocol: TCP port: 8080 type: ClusterIP