Set the default storage limit to 200Mi

This commit is contained in:
M. Mert Yildiran
2023-04-20 02:48:18 +03:00
parent 44adb397c1
commit c342885cae
3 changed files with 3 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ type TapConfig struct {
PodRegexStr string `yaml:"regex" default:".*"`
Namespaces []string `yaml:"namespaces"`
SelfNamespace string `yaml:"selfnamespace" default:"kubeshark"`
StorageLimit string `yaml:"storagelimit" default:"300Mi"`
StorageLimit string `yaml:"storagelimit" default:"200Mi"`
DryRun bool `yaml:"dryrun" default:"false"`
Pcap string `yaml:"pcap" default:""`
Resources ResourcesConfig `yaml:"resources"`