Functions/functions.yml

19 lines
313 B
YAML
Raw Normal View History

2022-07-19 14:56:46 +00:00
version: 1.0
provider:
name: openfaas
gateway: http://pinky:8082
functions:
2023-05-16 15:35:02 +00:00
tapas:
lang: python3-flask
handler: ./tapas
image: ralsina/tapas:latest
2023-07-01 22:59:14 +00:00
iol:
lang: python3-fastapi
handler: ./iol
image: ralsina/iol:latest
secrets:
- iol-pass
- iol-user
- iol-api-secret