Set default dbMaxSize to 500Mi (#1796)

This commit is contained in:
Ilya Gavrilov
2025-11-06 20:41:35 +01:00
committed by GitHub
parent d640128e85
commit 773fefae21
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -32,7 +32,7 @@ tap:
raw:
enabled: false
storageSize: 1Gi
dbMaxSize: ""
dbMaxSize: 500Mi
release:
repo: https://helm.kubeshark.co
name: kubeshark

View File

@@ -603,7 +603,7 @@ spec:
- -storage-size
- '5Gi'
- -capture-db-max-size
- ''
- '500Mi'
image: 'docker.io/kubeshark/worker:v52.9'
imagePullPolicy: Always
name: sniffer