Increase dissector image limit (#1823)

Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
This commit is contained in:
Volodymyr Stoiko
2026-01-22 05:52:45 +02:00
committed by GitHub
parent 77d16e73e8
commit 1b027153e3
3 changed files with 3 additions and 3 deletions

View File

@@ -313,7 +313,7 @@ type SnapshotsConfig struct {
type DelayedDissectionConfig struct {
Image string `yaml:"image" json:"image" default:"kubeshark/worker:master"`
CPU string `yaml:"cpu" json:"cpu" default:"1"`
Memory string `yaml:"memory" json:"memory" default:"2Gi"`
Memory string `yaml:"memory" json:"memory" default:"4Gi"`
}
type CaptureConfig struct {

View File

@@ -35,7 +35,7 @@ tap:
delayedDissection:
image: kubeshark/worker:master
cpu: "1"
memory: 2Gi
memory: 4Gi
snapshots:
storageClass: ""
storageSize: 20Gi

View File

@@ -819,7 +819,7 @@ spec:
- -dissector-cpu
- '1'
- -dissector-memory
- '2Gi'
- '4Gi'
env:
- name: POD_NAME
valueFrom: