Skip to content

Commit

Permalink
Add chaos function to store
Browse files Browse the repository at this point in the history
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
  • Loading branch information
welteki authored and alexellis committed Aug 31, 2023
1 parent c05d607 commit 0a597ae
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,26 @@
"labels": {
"com.openfaas.ui.ext": "png"
}
},
{
"title": "chaos",
"name": "chaos",
"author": "alexellis",
"description": "A function for chaos testing with OpenFaaS",
"images": {
"x86_64": "alexellis2/chaos-fn:0.1.1"
},
"environment": {
"write_timeout": "5m30s",
"read_timeout": "5m30s",
"exec_timeout": "5m30s"
},
"labels": {
"com.openfaas.min.scale": "1",
"com.openfaas.max.scale": "1"
},
"repo_url": "https://github.com/alexellis/chaos-fn",
"readOnlyRootFilesystem": true
}
]
}

0 comments on commit 0a597ae

Please sign in to comment.