mirror of https://github.com/milvus-io/milvus.git
enhance:[skip e2e]update one pod mode resource (#34196)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/34223/head
parent
f8bf6909c6
commit
a08000cfbf
|
@ -13,6 +13,13 @@ minio:
|
|||
pulsar:
|
||||
enabled: false
|
||||
standalone:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 8
|
||||
memory: 32Gi
|
||||
requests:
|
||||
cpu: 4
|
||||
memory: 8Gi
|
||||
extraEnv:
|
||||
- name: ETCD_CONFIG_PATH
|
||||
value: /milvus/configs/advanced/etcd.yaml
|
||||
|
|
Loading…
Reference in New Issue