From ffc1117a701ef712cd35e4fcf758257080911cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 8 May 2019 15:14:24 +0200 Subject: [PATCH] Update deploy_function.sh --- functions/deploy_function.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/deploy_function.sh b/functions/deploy_function.sh index 8ac2d09..a644210 100644 --- a/functions/deploy_function.sh +++ b/functions/deploy_function.sh @@ -4,8 +4,8 @@ #$3=function name #$4=handler -kubeless function deploy $3 --runtime $1 --from-file $2 --handler $4 --namespace kubeless --trigger-http +kubeless function deploy $3 --runtime $1 --from-file $2 --handler $4 kubeless trigger http create $3 --function-name $3 --path $3 --hostname $3.kubeless -kubeless autoscale create $3 --max 32 --metric "cpu" --min 3 --value "50" +#kubeless autoscale create $3 --max 32 --metric "cpu" --min 3 --value "50" #Test with curl --data '{"Another": "Echo"}' --header "Host: get-python.192.168.99.100.nip.io" --header "Content-Type:application/json" 192.168.99.100/echo