mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-24 23:34:45 +00:00
⚡ Set REACT_APP_HUB_HOST
to single whitespace
This commit is contained in:
parent
5e0042413f
commit
c445b345f7
@ -155,7 +155,7 @@ func createAndStartContainers(
|
|||||||
Tty: false,
|
Tty: false,
|
||||||
Env: []string{
|
Env: []string{
|
||||||
"REACT_APP_DEFAULT_FILTER= ",
|
"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),
|
fmt.Sprintf("REACT_APP_HUB_PORT=%d", config.Config.Tap.Proxy.Hub.SrcPort),
|
||||||
},
|
},
|
||||||
}, hostConfigFront, nil, nil, nameFront)
|
}, hostConfigFront, nil, nil, nameFront)
|
||||||
|
@ -319,7 +319,7 @@ func (provider *Provider) BuildFrontPod(opts *PodOptions, hubHost string, hubPor
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "REACT_APP_HUB_HOST",
|
Name: "REACT_APP_HUB_HOST",
|
||||||
Value: hubHost,
|
Value: " ",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "REACT_APP_HUB_PORT",
|
Name: "REACT_APP_HUB_PORT",
|
||||||
|
Loading…
Reference in New Issue
Block a user