Switching the crystal functions to faaso
This commit is contained in:
@ -3,36 +3,10 @@ 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
|
||||
c-historico:
|
||||
lang: crystal-http
|
||||
handler: ./c-historico
|
||||
image: ralsina/c-historico:latest
|
||||
build_args:
|
||||
ADDITIONAL_PACKAGE: gnuplot
|
||||
secrets:
|
||||
- nombres-pass
|
||||
- nombres-user
|
||||
c-busqueda:
|
||||
lang: crystal-http
|
||||
handler: ./c-busqueda
|
||||
image: ralsina/c-busqueda:latest
|
||||
build_args:
|
||||
ADDITIONAL_PACKAGE: gnuplot
|
||||
secrets:
|
||||
- nombres-pass
|
||||
- nombres-user
|
||||
iol:
|
||||
lang: python3-fastapi
|
||||
handler: ./iol
|
||||
|
Reference in New Issue
Block a user