From af94db7d4e80b8e0f3cdbebf4cc33d7d03719fd9 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Wed, 30 Aug 2023 11:05:04 -0300 Subject: [PATCH] Remove python versions of nombres functions --- functions.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/functions.yml b/functions.yml index cb9324b..8376a26 100644 --- a/functions.yml +++ b/functions.yml @@ -3,14 +3,14 @@ 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 + # 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