Skip to content

Commit 5cc06cb

Browse files
Set cpu limit to 2 (#632)
Set cpu limit to 2 We can't assign more than 2cpu to a single pod. Reviewed-by: Matej Focko
2 parents ec6e62b + f7e5d83 commit 5cc06cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/deploy/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
worker_requests_memory: "320Mi"
207207
worker_requests_cpu: "80m"
208208
worker_limits_memory: "640Mi"
209-
worker_limits_cpu: "4"
209+
worker_limits_cpu: "2"
210210
ansible.builtin.include_tasks: k8s.yml
211211
loop:
212212
- "{{ lookup('template', '{{ project_dir }}/openshift/packit-worker.yml.j2') }}"

0 commit comments

Comments
 (0)