Renamed yaml file

This commit is contained in:
2023-05-16 15:29:12 -03:00
parent 3cb29002df
commit 6340c3e3d0
3 changed files with 3 additions and 3 deletions

17
functions.yml Normal file
View File

@ -0,0 +1,17 @@
version: 1.0
provider:
name: openfaas
gateway: http://pinky:8082
functions:
busqueda:
lang: python3-flask
handler: ./busqueda
image: ralsina/nombres_busqueda:latest
historico:
lang: python3-flask
handler: ./historico
image: ralsina/nombres_historico:latest
tapas:
lang: python3-flask
handler: ./tapas
image: ralsina/tapas:latest