Refactored wandbox resources #47

Merged
khwezi merged 1 commits from dev into main 2026-04-16 09:08:06 +02:00
Showing only changes of commit bdb5cc3a3f - Show all commits

View File

@@ -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 } }