🔥 Remove --hub-ws-address flag and max-live-streams option

This commit is contained in:
M. Mert Yildiran
2022-12-11 11:52:33 +03:00
parent 48e5c2f9c2
commit 5973a77cf8
5 changed files with 2 additions and 13 deletions

View File

@@ -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 {