mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-03 19:48:45 +00:00
🐛 Use the original command and args of front
image
This commit is contained in:
@@ -312,8 +312,6 @@ func (provider *Provider) BuildFrontPod(opts *PodOptions, hubHost string, hubPor
|
|||||||
"memory": memRequests,
|
"memory": memRequests,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Command: []string{"nginx"},
|
|
||||||
Args: []string{"-g", "daemon off;"},
|
|
||||||
Env: []core.EnvVar{
|
Env: []core.EnvVar{
|
||||||
{
|
{
|
||||||
Name: "REACT_APP_DEFAULT_FILTER",
|
Name: "REACT_APP_DEFAULT_FILTER",
|
||||||
|
Reference in New Issue
Block a user