We can't utilize the readiness probe as the deployment script has a catch-22: the readiness probe waits for init() to finish (which waits for the db structure to exist), but the deployment script waits for everything to finish before seeding the db for dev