From 756e3487659c6a6a03f9d2807f1239f16ca7fa95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Mon, 10 Aug 2026 16:23:39 +0200 Subject: [PATCH] fix(proteus): Remove memory limit --- charts/proteus/templates/workerdeployment.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/charts/proteus/templates/workerdeployment.yaml b/charts/proteus/templates/workerdeployment.yaml index 2a41ce59..63c7877f 100644 --- a/charts/proteus/templates/workerdeployment.yaml +++ b/charts/proteus/templates/workerdeployment.yaml @@ -100,8 +100,6 @@ spec: requests: cpu: 250m memory: 256Mi - limits: - memory: 1Gi env: - name: TEMPORAL_TASK_QUEUES value: plume,xtract