From 6ee07a7ba9e4fa56a70ae9f9d42a82a79b3f5b6a Mon Sep 17 00:00:00 2001 From: "Alex Ellis (VMware)" Date: Sun, 27 Jan 2019 21:29:03 +0000 Subject: [PATCH] Update gateway URL to default for helloc example - this caused confusion for a user who had logged in for "127.0.0.1", but not for "localhost" then saw an error when deploying and trying to access "localhost" for which there was no credential available. Signed-off-by: Alex Ellis (VMware) --- sample-functions/CHelloWorld/stack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-functions/CHelloWorld/stack.yml b/sample-functions/CHelloWorld/stack.yml index 93bb128e..4ccf3adb 100644 --- a/sample-functions/CHelloWorld/stack.yml +++ b/sample-functions/CHelloWorld/stack.yml @@ -1,9 +1,9 @@ provider: name: faas - gateway: http://localhost:8080 + gateway: http://127.0.0.1:8080 functions: helloc: lang: Dockerfile handler: ./src - image: alexellis/helloc + image: alexellis/helloc:0.1