Hi, I'm trying to set up an Elasticsearch stack on Kubernetes using the ECK operator. I was able to install the operator successfully. I wanted to change the default readiness prob from exec type ( Default Probe ) to httpGet type, I tried setting the environment variable REDINESS_PROBE_PROTOCOL
to http
but it is not working. I even tried adding a custom readiness prob ( like this ) under podTemplate fo Elasticsearch but it is not working.
Could someone please help me change this readiness probe to httpGet
something like this link. As my organization doesn't allow us to run shellscript as redinessProb in production.