I’m building a simple spring-boot application that accepts json from POST end-point and sends it to Kafka with SSL certificates. When calling the send method I get an exception. The application is raised into K8s and devops insert keystore files in /app/certs/ into pod.
Maybe I’m setting the path to the file incorrectly or what could be the problem?
my dockerfile
My application.yaml
log
ecxeption
Help me write the settings correctly
Сергей is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.