I have set the property spring.cloud.deployer.kubernetes.readiness-command-probe-command=echo live
and when I check in the pods yaml, I don't see any readiness configuration present. The same applies for liveness as well.
I even tried with spring.cloud.deployer.kubernetes.probe-type=command
with the hope it will make it work, but that didn't work out as well.
Did anyone ever made the readiness/liveness to work via spring Kubernetes deployer or there is a genuine bug ?