mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Update standalone resource (#22658)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/22656/head
parent
32581e6452
commit
a96344b3d0
|
@ -12,10 +12,10 @@ image:
|
|||
standalone:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 4
|
||||
memory: 10Gi
|
||||
cpu: 8
|
||||
memory: 16Gi
|
||||
requests:
|
||||
cpu: 2
|
||||
cpu: 4
|
||||
memory: 8Gi
|
||||
|
||||
kafka:
|
||||
|
|
|
@ -11,10 +11,10 @@ image:
|
|||
standalone:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 4
|
||||
memory: 10Gi
|
||||
cpu: 8
|
||||
memory: 16Gi
|
||||
requests:
|
||||
cpu: 2
|
||||
cpu: 4
|
||||
memory: 8Gi
|
||||
|
||||
kafka:
|
||||
|
|
Loading…
Reference in New Issue