Configure Resources Limits

This commit is contained in:
2023-10-10 02:10:54 -03:00
parent 48f754f470
commit 7c95983a36
7 changed files with 43 additions and 1 deletions

View File

@@ -19,6 +19,13 @@ spec:
command: [ "./run-queue.sh" ]
args: [ "-q" ]
imagePullPolicy: "Always"
resources:
requests:
memory: "512Mi"
cpu: "250m"
limits:
memory: "1024Mi"
cpu: "500m"
env:
- name: REDIS_BASE_URL
valueFrom: