Skip to content

Commit 7452eb6

Browse files
committed
Increase cpu limit to handle spikes better
1 parent a6b8d87 commit 7452eb6

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: "700m"
209+
worker_limits_cpu: "4"
210210
ansible.builtin.include_tasks: k8s.yml
211211
loop:
212212
- "{{ lookup('template', '{{ project_dir }}/openshift/packit-worker.yml.j2') }}"

0 commit comments

Comments
 (0)