i have configured server.port=18080
and http.port=18081
in my sprinboot application.
SSL is configured correctly.
My application is running fine.
It is deployed in aws kubernetes. When i access my application endpoint on https://localhost:18080 im getting connection refused inside the pod.
Im able to access the apis using the http port 18081.
when i do netstat, i can see the port 18080 is listening.
I dont see any files created in Tomcat/work directory.
How to debug this?