apiVersion: v1 kind: Service metadata: name: first-nodeport spec: type: NodePort ports: - port: 8080 nodePort: 30001 targetPort: 8080 protocol: TCP selector: zone: dev