apiVersion: v1 kind: Service metadata: name: my-service-np spec: ports: - port: 80 targetPort: 80 selector: app: my-app type: NodePort