mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
[skip ci] Decrease ci pod resource requests (#11205)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
b567a8e5b5
commit
8014915b3d
@ -26,7 +26,7 @@ spec:
|
||||
memory: 12Gi
|
||||
ephemeral-storage: "100Gi"
|
||||
requests:
|
||||
cpu: "3"
|
||||
cpu: "2"
|
||||
memory: 10Gi
|
||||
ephemeral-storage: "100Gi"
|
||||
volumeMounts:
|
||||
@ -67,6 +67,9 @@ spec:
|
||||
limits:
|
||||
cpu: "2"
|
||||
memory: "6Gi"
|
||||
requests:
|
||||
cpu: "1"
|
||||
memory: "4Gi"
|
||||
ports:
|
||||
- containerPort: 2379
|
||||
name: client
|
||||
|
Loading…
Reference in New Issue
Block a user