I have a spring boot application hosted on k8s and enforced mTLS on the App itself. I am able to do the mTLS on the connectivity by doing a SSL termination on the Ingress level and then again forwarding the certificates to the springboot pod as well.
Problem is, Liveness and Readiness probes as currently not sure how to send the certificates in the readiness/liveness probes?
Any help would be appreciated.