Refactored wandbox resources #47

Merged
khwezi merged 1 commits from dev into main 2026-04-16 09:08:06 +02:00

View File

@@ -120,11 +120,11 @@ spec:
image: melpon/wandbox:latest image: melpon/wandbox:latest
resources: resources:
limits: limits:
memory: "500Mi"
cpu: "500m"
requests:
memory: "2Gi" memory: "2Gi"
cpu: "2" cpu: "2"
requests:
memory: "500Mi"
cpu: "500m"
env: env:
- name: WANDBOX_URL - name: WANDBOX_URL
valueFrom: { configMapKeyRef: { name: wandbox-config, key: wandbox.rooturl } } valueFrom: { configMapKeyRef: { name: wandbox-config, key: wandbox.rooturl } }