mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-21 05:53:29 +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:".*"`
|
PodRegexStr string `yaml:"regex" default:".*"`
|
||||||
Namespaces []string `yaml:"namespaces"`
|
Namespaces []string `yaml:"namespaces"`
|
||||||
SelfNamespace string `yaml:"selfnamespace" default:"kubeshark"`
|
SelfNamespace string `yaml:"selfnamespace" default:"kubeshark"`
|
||||||
StorageLimit string `yaml:"storagelimit" default:"300Mi"`
|
StorageLimit string `yaml:"storagelimit" default:"200Mi"`
|
||||||
DryRun bool `yaml:"dryrun" default:"false"`
|
DryRun bool `yaml:"dryrun" default:"false"`
|
||||||
Pcap string `yaml:"pcap" default:""`
|
Pcap string `yaml:"pcap" default:""`
|
||||||
Resources ResourcesConfig `yaml:"resources"`
|
Resources ResourcesConfig `yaml:"resources"`
|
||||||
|
@ -18,7 +18,7 @@ tap:
|
|||||||
regex: .*
|
regex: .*
|
||||||
namespaces: []
|
namespaces: []
|
||||||
selfnamespace: kubeshark
|
selfnamespace: kubeshark
|
||||||
storagelimit: 300Mi
|
storagelimit: 200Mi
|
||||||
dryrun: false
|
dryrun: false
|
||||||
pcap: ""
|
pcap: ""
|
||||||
resources:
|
resources:
|
||||||
|
@ -15,6 +15,6 @@ spec:
|
|||||||
- ReadWriteMany
|
- ReadWriteMany
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 300Mi
|
storage: 200Mi
|
||||||
storageClassName: standard
|
storageClassName: standard
|
||||||
status: {}
|
status: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user