We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b8d87 commit 7452eb6Copy full SHA for 7452eb6
roles/deploy/tasks/main.yml
@@ -206,7 +206,7 @@
206
worker_requests_memory: "320Mi"
207
worker_requests_cpu: "80m"
208
worker_limits_memory: "640Mi"
209
- worker_limits_cpu: "700m"
+ worker_limits_cpu: "4"
210
ansible.builtin.include_tasks: k8s.yml
211
loop:
212
- "{{ lookup('template', '{{ project_dir }}/openshift/packit-worker.yml.j2') }}"
0 commit comments