mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
Needed due to CLI updates. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
10 lines
156 B
YAML
10 lines
156 B
YAML
provider:
|
|
name: openfaas
|
|
gateway: http://localhost:8080
|
|
|
|
functions:
|
|
apikey-secret:
|
|
lang: go
|
|
handler: ./apikey-secret
|
|
image: apikey-secret
|