Update rook ceph operator resources.
This commit is contained in:
parent
5ad1c73651
commit
c0bd9437e6
1 changed files with 7 additions and 0 deletions
|
@ -29,6 +29,13 @@ spec:
|
|||
values:
|
||||
crds:
|
||||
enabled: true
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 512Mi
|
||||
requests:
|
||||
cpu: 1000m
|
||||
memory: 512Mi
|
||||
|
||||
csi:
|
||||
enableCSIHostNetwork: true
|
||||
|
|
Reference in a new issue