apiVersion: v1 kind: Service metadata: name: newslash-test spec: type: NodePort clusterIP: 10.254.100.100 ports: - port: 22 protocol: TCP name: ssh - port: 3000 nodePort: 30100 protocol: TCP name: https selector: app: newslash-test