mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-16 16:37:33 -02:30
cilium: honor resource limits and requests by default (#13092)
Signed-off-by: Shaleen Bathla <shaleen.bathla@servicenow.com>
This commit is contained in:
@@ -143,6 +143,14 @@ cgroup:
|
|||||||
enabled: {{ cilium_cgroup_auto_mount | to_json }}
|
enabled: {{ cilium_cgroup_auto_mount | to_json }}
|
||||||
hostRoot: {{ cilium_cgroup_host_root }}
|
hostRoot: {{ cilium_cgroup_host_root }}
|
||||||
|
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: "{{ cilium_memory_limit }}"
|
||||||
|
cpu: "{{ cilium_cpu_limit }}"
|
||||||
|
requests:
|
||||||
|
memory: "{{ cilium_memory_requests }}"
|
||||||
|
cpu: "{{ cilium_cpu_requests }}"
|
||||||
|
|
||||||
operator:
|
operator:
|
||||||
image:
|
image:
|
||||||
repository: {{ cilium_operator_image_repo }}
|
repository: {{ cilium_operator_image_repo }}
|
||||||
|
|||||||
Reference in New Issue
Block a user