mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-02-14 10:00:08 +00:00
Set default dbMaxSize to 500Mi (#1796)
This commit is contained in:
@@ -309,7 +309,7 @@ type CaptureConfig struct {
|
||||
Stopped bool `yaml:"stopped" json:"stopped" default:"false"`
|
||||
StopAfter string `yaml:"stopAfter" json:"stopAfter" default:"5m"`
|
||||
Raw RawCaptureConfig `yaml:"raw" json:"raw"`
|
||||
DbMaxSize string `yaml:"dbMaxSize" json:"dbMaxSize" default:""`
|
||||
DbMaxSize string `yaml:"dbMaxSize" json:"dbMaxSize" default:"500Mi"`
|
||||
}
|
||||
|
||||
type TapConfig struct {
|
||||
|
||||
@@ -32,7 +32,7 @@ tap:
|
||||
raw:
|
||||
enabled: false
|
||||
storageSize: 1Gi
|
||||
dbMaxSize: ""
|
||||
dbMaxSize: 500Mi
|
||||
release:
|
||||
repo: https://helm.kubeshark.co
|
||||
name: kubeshark
|
||||
|
||||
@@ -603,7 +603,7 @@ spec:
|
||||
- -storage-size
|
||||
- '5Gi'
|
||||
- -capture-db-max-size
|
||||
- ''
|
||||
- '500Mi'
|
||||
image: 'docker.io/kubeshark/worker:v52.9'
|
||||
imagePullPolicy: Always
|
||||
name: sniffer
|
||||
|
||||
Reference in New Issue
Block a user