diff --git a/Makefile b/Makefile index 21d1e22..fbef905 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ VERSION:=$(shell grep 'VERSION' pkg/version/version.go | awk '{ print $$4 }' | t run: GO111MODULE=on go run -ldflags "-s -w -X github.com/stefanprodan/podinfo/pkg/version.REVISION=$(GIT_COMMIT)" cmd/podinfo/* \ --level=debug --grpc-port=9999 --backend-url=https://httpbin.org/status/401 --backend-url=https://httpbin.org/status/500 \ - --ui-logo=https://media.giphy.com/media/l0ExbNdlJFGRphMR2/giphy.gif + --ui-logo=https://raw.githubusercontent.com/stefanprodan/podinfo/gh-pages/cuddle_clap.gif --ui-color=#34577c test: GO111MODULE=on go test -v -race ./... diff --git a/README.md b/README.md index f6e7153..cb60c3a 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ gRPC API: Web UI: -![podinfo-ui](https://raw.githubusercontent.com/stefanprodan/podinfo/gh-pages/screens/podinfo-ui.png) +![podinfo-ui](https://raw.githubusercontent.com/stefanprodan/podinfo/gh-pages/screens/podinfo-ui-v3.png) To access the Swagger UI open `/swagger/index.html` in a browser. diff --git a/cmd/podinfo/main.go b/cmd/podinfo/main.go index a53db35..0be0fbb 100644 --- a/cmd/podinfo/main.go +++ b/cmd/podinfo/main.go @@ -66,7 +66,7 @@ func main() { viper.RegisterAlias("backendUrl", "backend-url") hostname, _ := os.Hostname() viper.SetDefault("jwt-secret", "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9") - viper.SetDefault("ui-logo", "https://d33wubrfki0l68.cloudfront.net/33a12d8be0bc50be4738443101616e968c7afb8f/cba76/images/scalable.png") + viper.SetDefault("ui-logo", "https://raw.githubusercontent.com/stefanprodan/podinfo/gh-pages/cuddle_clap.gif") viper.Set("hostname", hostname) viper.Set("version", version.VERSION) viper.Set("revision", version.REVISION) diff --git a/pkg/version/version.go b/pkg/version/version.go index 2ec6a12..b3ddfd9 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -1,4 +1,4 @@ package version -var VERSION = "3.1.4" +var VERSION = "3.1.5" var REVISION = "unknown" diff --git a/ui/vue.html b/ui/vue.html index a93b29b..e4c26d5 100644 --- a/ui/vue.html +++ b/ui/vue.html @@ -10,8 +10,11 @@ @@ -19,14 +22,14 @@
- + - kubernetes +

${ info.message }

Served by ${ info.hostname }