Skip to content

Commit

Permalink
chore: bump backend livelinessProbe
Browse files Browse the repository at this point in the history
  • Loading branch information
gytis-ivaskevicius committed Jul 15, 2024
1 parent 3b589d6 commit 27aebe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/cardano-services/deployments/backend.provider.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
metricsPath = "${values.cardano-services.httpPrefix}/metrics";

livenessProbe = {
timeoutSeconds = 20;
timeoutSeconds = 30;
periodSeconds = 60;
httpGet = {
path = "${values.cardano-services.httpPrefix}/health";
port = 3000;
Expand Down

0 comments on commit 27aebe0

Please sign in to comment.