Camunda kubernates deployment failed

We are trying to deploy Camunda in our Kubernetes cluster using a helm chart. In our dev box, we managed to install it successfully but now when we are trying to deploy in the QA environment it stops at below logs and restarts the pods.

Note: We are using Camunda 7.12.0 docker image with the External PostgreSQL database.

INFO: Initializing ProtocolHandler [“http-nio-8080”]
Apr 28, 2020 8:57:18 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler [“ajp-nio-8009”]
Apr 28, 2020 8:57:18 AM org.apache.catalina.startup.Catalina load
INFO: Server initialization in [1,002] milliseconds

Any pointers on how we can enable debug mode for this deployment and how to resolve this issue.