Remove python versions of nombres functions

This commit is contained in:
Roberto Alsina 2023-08-30 11:05:04 -03:00
parent abfe0cbf27
commit af94db7d4e
1 changed files with 8 additions and 8 deletions

View File

@ -3,14 +3,14 @@ provider:
name: openfaas name: openfaas
gateway: http://pinky:8082 gateway: http://pinky:8082
functions: functions:
busqueda: # busqueda:
lang: python3-flask # lang: python3-flask
handler: ./busqueda # handler: ./busqueda
image: ralsina/nombres_busqueda:latest # image: ralsina/nombres_busqueda:latest
historico: # historico:
lang: python3-flask # lang: python3-flask
handler: ./historico # handler: ./historico
image: ralsina/nombres_historico:latest # image: ralsina/nombres_historico:latest
tapas: tapas:
lang: python3-flask lang: python3-flask
handler: ./tapas handler: ./tapas