Skip to content

Commit

Permalink
Add external-ip to store
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Oct 25, 2023
1 parent 9350a41 commit f3d1158
Showing 1 changed file with 23 additions and 7 deletions.
30 changes: 23 additions & 7 deletions functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"repo_url": "https://github.com/openfaas/store-functions"
},
{
"title": "Figlet",
"title": "figlet",
"name": "figlet",
"author":"openfaas",
"description": "Generate ASCII logos with the figlet CLI",
Expand All @@ -69,6 +69,19 @@
"fprocess": "figlet",
"repo_url": "https://github.com/openfaas/store-functions"
},
{
"title": "printer",
"name": "printer",
"author":"openfaas",
"description": "Print out the HTTP headers and body of any invocation",
"images": {
"x86_64": "ghcr.io/openfaas/printer:latest",
"arm64": "ghcr.io/openfaas/printer:latest",
"armhf": "ghcr.io/openfaas/printer:latest"
},
"readOnlyRootFilesystem": true,
"repo_url": "https://github.com/openfaas/store-functions"
},
{
"title": "curl",
"name": "curl",
Expand All @@ -86,16 +99,19 @@
"repo_url": "https://github.com/openfaas/store-functions"
},
{
"title": "printer",
"name": "printer",
"title": "external-ip",
"name": "external-ip",
"author":"openfaas",
"description": "Print out the HTTP headers and body of any invocation",
"description": "Find the egress IP used by a function",
"images": {
"x86_64": "ghcr.io/openfaas/printer:latest",
"arm64": "ghcr.io/openfaas/printer:latest",
"armhf": "ghcr.io/openfaas/printer:latest"
"x86_64": "ghcr.io/openfaas/external-ip:latest",
"arm64": "ghcr.io/openfaas/external-ip:latest",
"armhf": "ghcr.io/openfaas/external-ip:latest"
},
"readOnlyRootFilesystem": true,
"environment": {
"write_timeout": "60s"
},
"repo_url": "https://github.com/openfaas/store-functions"
},
{
Expand Down

0 comments on commit f3d1158

Please sign in to comment.