Hi @Dawod Kabha,
The kubelet uses startup probes to know when a container application has started, and when you removed it then you removed the validation of your application, the pod started but this does not mean your application is working properly, and from the logs, your application is not working and you need to increase the log level on your application to get more insight why the application is shutting down.