What The data-sync-server and data-sync-ui should have healthz endpoints that return a 200 status code. We don't have to do a full suite of health checks right now.. An initial implementation that simply sends back a 200 code to indicate the server is running will be good enough Why Because it's conventional to configure liveness/readiness probes in kubernetes. |