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