mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-21 13:58:49 +00:00
⚡ Set the default storage limit to 200Mi
This commit is contained in:
parent
44adb397c1
commit
c342885cae
@ -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"`
|
||||
|
@ -18,7 +18,7 @@ tap:
|
||||
regex: .*
|
||||
namespaces: []
|
||||
selfnamespace: kubeshark
|
||||
storagelimit: 300Mi
|
||||
storagelimit: 200Mi
|
||||
dryrun: false
|
||||
pcap: ""
|
||||
resources:
|
||||
|
@ -15,6 +15,6 @@ spec:
|
||||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
storage: 300Mi
|
||||
storage: 200Mi
|
||||
storageClassName: standard
|
||||
status: {}
|
||||
|
Loading…
Reference in New Issue
Block a user