Functions/functions.yml

39 lines
841 B
YAML
Raw Normal View History

2022-07-19 11:56:46 -03:00
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
2023-05-16 12:35:02 -03:00
tapas:
lang: python3-flask
handler: ./tapas
image: ralsina/tapas:latest
2023-06-03 21:09:25 -03:00
c-historico:
lang: crystal-http
handler: ./c-historico
image: ralsina/c-historico:latest
build_args:
ADDITIONAL_PACKAGE: gnuplot
c-busqueda:
lang: crystal-http
handler: ./c-busqueda
image: ralsina/c-busqueda:latest
build_args:
ADDITIONAL_PACKAGE: gnuplot
2023-07-01 19:59:14 -03:00
iol:
lang: python3-fastapi
handler: ./iol
image: ralsina/iol:latest
secrets:
- iol-pass
- iol-user
- iol-api-secret