mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 12:06:37 +00:00
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) <alexellis2@gmail.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user