rpuppy: resource requirements
diff --git a/apps/rpuppy/install.yaml b/apps/rpuppy/install.yaml
index 69c4961..1c5ed84 100644
--- a/apps/rpuppy/install.yaml
+++ b/apps/rpuppy/install.yaml
@@ -69,3 +69,15 @@
           containerPort: 8080
           protocol: TCP
         command: ["rpuppy", "--port=8080"]
+        resources:
+          requests:
+            memory: "10Mi"
+            cpu: "10m"
+          limits:
+            memory: "20Mi"
+            cpu: "100m"
+      tolerations:
+      - key: "pcloud"
+        operator: "Equal"
+        value: "role"
+        effect: "NoSchedule"