mirror of https://github.com/milvus-io/milvus.git
[skip ci] Decrease ci pod resource requests (#11205)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/11212/head
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