| commit | e14c39f606a236feef21d9e913c8cde9148c3822 | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Wed Oct 20 11:45:31 2021 +0400 |
| committer | giolekva <giolekva@gmail.com> | Wed Oct 20 11:45:31 2021 +0400 |
| tree | 145f1260f2c182b73aa6bd64fe173455a3711b56 | |
| parent | 56c156990d6bb507a228f6a61fbe75550d100b6b [diff] |
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"