nodeport.yml 194 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 apiVersion: v1 kind: Service metadata: name: first-nodeport spec: type: NodePort ports: - port: 8080 nodePort: 30001 targetPort: 8080 protocol: TCP selector: zone: dev