From 1b027153e33dafe84271f5c068e438264b5fe958 Mon Sep 17 00:00:00 2001 From: Volodymyr Stoiko Date: Thu, 22 Jan 2026 05:52:45 +0200 Subject: [PATCH] Increase dissector image limit (#1823) Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com> --- config/configStructs/tapConfig.go | 2 +- helm-chart/values.yaml | 2 +- manifests/complete.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/configStructs/tapConfig.go b/config/configStructs/tapConfig.go index 31d07fcb2..6b8ab3451 100644 --- a/config/configStructs/tapConfig.go +++ b/config/configStructs/tapConfig.go @@ -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 { diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index f864a24ea..55a76d469 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -35,7 +35,7 @@ tap: delayedDissection: image: kubeshark/worker:master cpu: "1" - memory: 2Gi + memory: 4Gi snapshots: storageClass: "" storageSize: 20Gi diff --git a/manifests/complete.yaml b/manifests/complete.yaml index 17cba8013..f44c59a79 100644 --- a/manifests/complete.yaml +++ b/manifests/complete.yaml @@ -819,7 +819,7 @@ spec: - -dissector-cpu - '1' - -dissector-memory - - '2Gi' + - '4Gi' env: - name: POD_NAME valueFrom: