mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-31 18:17:29 +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,
|
||||
},
|
||||
},
|
||||
Command: []string{"nginx"},
|
||||
Args: []string{"-g", "daemon off;"},
|
||||
Env: []core.EnvVar{
|
||||
{
|
||||
Name: "REACT_APP_DEFAULT_FILTER",
|
||||
|
Reference in New Issue
Block a user