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 207d21d commit b1a65efCopy full SHA for b1a65ef
docs/modules/ROOT/pages/usage.adoc
@@ -316,7 +316,7 @@ brokers:
316
config:
317
resources:
318
memory:
319
- limit: '1Gi'
+ limit: '2Gi'
320
cpu:
321
min: '500m'
322
max: '4'
rust/crd/src/lib.rs
@@ -276,7 +276,7 @@ impl KafkaCluster {
276
max: Some(Quantity("4".to_owned())),
277
},
278
memory: MemoryLimits {
279
- limit: Some(Quantity("1Gi".to_owned())),
+ limit: Some(Quantity("2Gi".to_owned())),
280
runtime_limits: NoRuntimeLimits {},
281
282
storage: Storage {
0 commit comments