Improve readiness probes for CTA pods
Currently the pods rely on a *_READY
file, which is rather hacky and error-prone. The pods should rely on a readiness probe that checks the condition under which the pod is truly ready.
Currently the pods rely on a *_READY
file, which is rather hacky and error-prone. The pods should rely on a readiness probe that checks the condition under which the pod is truly ready.