mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-22 14:48:46 +03:00
Compare commits
2 Commits
ae5f169d1d
...
a202884ae3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a202884ae3 | ||
|
|
7acdc4df64 |
@@ -143,6 +143,14 @@ cgroup:
|
||||
enabled: {{ cilium_cgroup_auto_mount | to_json }}
|
||||
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:
|
||||
image:
|
||||
repository: {{ cilium_operator_image_repo }}
|
||||
|
||||
Reference in New Issue
Block a user