Skip to content

Commit

Permalink
Set cpu limit to 2
Browse files Browse the repository at this point in the history
We can't assign more than 2cpu to a single pod.
  • Loading branch information
majamassarini committed Jan 13, 2025
1 parent ec6e62b commit f7e5d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/deploy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
worker_requests_memory: "320Mi"
worker_requests_cpu: "80m"
worker_limits_memory: "640Mi"
worker_limits_cpu: "4"
worker_limits_cpu: "2"
ansible.builtin.include_tasks: k8s.yml
loop:
- "{{ lookup('template', '{{ project_dir }}/openshift/packit-worker.yml.j2') }}"
Expand Down

0 comments on commit f7e5d83

Please sign in to comment.