Kibana expose with NodePort crash host

I am currently trying to set up the ELK stack on my Kubernetes cluster which runs on two VMS. When I try to expose Kibana using type: NodePort my host crashes. However, this only happens with Kibana and I can expose other services without any problems. I use the official Helm Chart. The Website shows for like 0,5sec and afterward the Host System with all the running VMS crash without any logs.
service:
type: NodePort
port: 5601
nodePort: 31001

I don't want to use an ingress controller because I want to use it locally only.

I fixed it with an other Host