diff --git a/cmd/tapPcapRunner.go b/cmd/tapPcapRunner.go index 022f09018..d5a9a702b 100644 --- a/cmd/tapPcapRunner.go +++ b/cmd/tapPcapRunner.go @@ -155,7 +155,7 @@ func createAndStartContainers( Tty: false, Env: []string{ "REACT_APP_DEFAULT_FILTER= ", - fmt.Sprintf("REACT_APP_HUB_HOST=%s", config.Config.Tap.Proxy.Host), + "REACT_APP_HUB_HOST= ", fmt.Sprintf("REACT_APP_HUB_PORT=%d", config.Config.Tap.Proxy.Hub.SrcPort), }, }, hostConfigFront, nil, nil, nameFront) diff --git a/kubernetes/provider.go b/kubernetes/provider.go index 0c28956bf..a3037d0c2 100644 --- a/kubernetes/provider.go +++ b/kubernetes/provider.go @@ -319,7 +319,7 @@ func (provider *Provider) BuildFrontPod(opts *PodOptions, hubHost string, hubPor }, { Name: "REACT_APP_HUB_HOST", - Value: hubHost, + Value: " ", }, { Name: "REACT_APP_HUB_PORT",