From 1dac00938962a82214cc8e33c2023a4191ed9724 Mon Sep 17 00:00:00 2001 From: Flavien David Date: Wed, 28 Feb 2024 17:54:34 +0100 Subject: [PATCH] Bump Notion workers CPU (#4025) --- k8s/deployments/connectors-worker-notion-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/deployments/connectors-worker-notion-deployment.yaml b/k8s/deployments/connectors-worker-notion-deployment.yaml index fbed569b96e5..f2357fcf8e19 100644 --- a/k8s/deployments/connectors-worker-notion-deployment.yaml +++ b/k8s/deployments/connectors-worker-notion-deployment.yaml @@ -43,12 +43,12 @@ spec: resources: requests: - cpu: 2000m + cpu: 3000m memory: 4Gi ephemeral-storage: 4Gi limits: - cpu: 2000m + cpu: 3000m memory: 4Gi ephemeral-storage: 4Gi