fix pg ready cmd

This commit is contained in:
2025-03-17 17:40:13 +04:00
parent 97d5236d0f
commit a00b0457b5

View File

@@ -140,7 +140,7 @@ in
command = "${script}/bin/run-postgres"; command = "${script}/bin/run-postgres";
shutdown.signal = 2; shutdown.signal = 2;
readiness_probe = { readiness_probe = {
exec.command = "${package}/bin/pg_isready -d template1"; exec.command = "${package}/bin/pg_isready";
initial_delay_seconds = 2; initial_delay_seconds = 2;
period_seconds = 2; period_seconds = 2;
timeout_seconds = 2; timeout_seconds = 2;