Functions/functions.yml

19 lines
313 B
YAML

version: 1.0
provider:
name: openfaas
gateway: http://pinky:8082
functions:
tapas:
lang: python3-flask
handler: ./tapas
image: ralsina/tapas:latest
iol:
lang: python3-fastapi
handler: ./iol
image: ralsina/iol:latest
secrets:
- iol-pass
- iol-user
- iol-api-secret