mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-14 05:40:16 +00:00
🔥 Remove --hub-ws-address
flag and max-live-streams
option
This commit is contained in:
@@ -24,7 +24,6 @@ const (
|
||||
ServiceMeshName = "service-mesh"
|
||||
TlsName = "tls"
|
||||
ProfilerName = "profiler"
|
||||
MaxLiveStreamsName = "max-live-streams"
|
||||
)
|
||||
|
||||
type DeployConfig struct {
|
||||
@@ -52,7 +51,6 @@ type DeployConfig struct {
|
||||
Tls bool `yaml:"tls" default:"false"`
|
||||
PacketCapture string `yaml:"packet-capture" default:"libpcap"`
|
||||
Profiler bool `yaml:"profiler" default:"false"`
|
||||
MaxLiveStreams int `yaml:"max-live-streams" default:"500"`
|
||||
}
|
||||
|
||||
func (config *DeployConfig) PodRegex() *regexp.Regexp {
|
||||
|
Reference in New Issue
Block a user