apiVersion: v1 kind: Service metadata: name: hello-svc labels: app: web-app spec: type: NodePort ports: - port: 8080 nodePort: 30001 protocol: TCP selector: app: web-app