Compare commits

..
2 Commits
Author SHA1 Message Date
khwezi d99fda8792 Merge pull request 'Refactored wandbox resources' (#47) from dev into main
Reviewed-on: #47
2026-04-16 09:08:05 +02:00
Khwezi bdb5cc3a3f Refactored wandbox resources 2026-04-16 09:07:43 +02:00
+3 -3
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 } }