apiVersion: v1 kind: Service metadata: name: newslash-package-test spec: clusterIP: 10.254.88.30 type: NodePort ports: - port: 3000 nodePort: 30080 protocol: TCP name: https selector: app: newslash-package-test