Skip to content

Commit

Permalink
livenessProbe -> readinessProbe
Browse files Browse the repository at this point in the history
Thanks @shlevy

Co-authored-by: Shea Levy <shea@shealevy.com>
  • Loading branch information
jhbertra and shlevy committed Mar 16, 2023
1 parent 9ed9025 commit ea4889c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/operables.nix
Expand Up @@ -96,7 +96,7 @@ let
curl -f http://localhost:8080/live
'';
};
livenessProbe = std.lib.ops.writeScript {
readinessProbe = std.lib.ops.writeScript {
name = "readiness-probe";
runtimeInputs = [ curl ];
text = ''
Expand Down

0 comments on commit ea4889c

Please sign in to comment.