Skip to content

Commit

Permalink
Add sleep function
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Feb 21, 2021
1 parent 0078acc commit 2f9fc02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions functions.json
Expand Up @@ -45,6 +45,10 @@
"armhf": "ghcr.io/openfaas/sleep:latest",
"x86_64": "ghcr.io/openfaas/sleep:latest"
},
"readOnlyRootFilesystem": true,
"environment": {
"write_timeout": "60s"
},
"repo_url": "https://github.com/openfaas/store-functions"
},
{
Expand Down

0 comments on commit 2f9fc02

Please sign in to comment.