From bdb5cc3a3f68385250c65c493ee1cd81593496be Mon Sep 17 00:00:00 2001 From: Khwezi Date: Thu, 16 Apr 2026 09:07:43 +0200 Subject: [PATCH] Refactored wandbox resources --- kubernetes-templates/wandbox.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kubernetes-templates/wandbox.yml b/kubernetes-templates/wandbox.yml index 380767f..65a406b 100644 --- a/kubernetes-templates/wandbox.yml +++ b/kubernetes-templates/wandbox.yml @@ -120,11 +120,11 @@ spec: image: melpon/wandbox:latest resources: limits: - memory: "500Mi" - cpu: "500m" - requests: memory: "2Gi" cpu: "2" + requests: + memory: "500Mi" + cpu: "500m" env: - name: WANDBOX_URL valueFrom: { configMapKeyRef: { name: wandbox-config, key: wandbox.rooturl } } -- 2.47.3