Yes you can do this
apiVersion: v1 kind: Service metadata: name: hello-world spec: type: NodePort selector: app: hello-world ports: - port: 8085 targetPort: http nodePort: 30085