We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1d85a2 + efba4ee commit 5e7a5daCopy full SHA for 5e7a5da
nix/cardano-services/deployments/backend.provider.nix
@@ -11,10 +11,10 @@
11
metricsPath = "${values.cardano-services.httpPrefix}/metrics";
12
13
livenessProbe = {
14
- timeoutSeconds = 30;
15
- periodSeconds = 60;
+ timeoutSeconds = 5;
+ periodSeconds = 10;
16
httpGet = {
17
- path = "${values.cardano-services.httpPrefix}/health";
+ path = "${values.cardano-services.httpPrefix}/ready";
18
port = 3000;
19
};
20
nix/cardano-services/deployments/chain-history.nix
@@ -13,8 +13,9 @@
timeoutSeconds = 5;
21
0 commit comments