mirror of https://github.com/milvus-io/milvus.git
Increase ephemeral-storage for krte container (#7198)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/6867/head
parent
bf2c427609
commit
6a54c1f6da
|
@ -24,11 +24,11 @@ spec:
|
|||
limits:
|
||||
cpu: "6"
|
||||
memory: 12Gi
|
||||
ephemeral-storage: "30Gi"
|
||||
ephemeral-storage: "50Gi"
|
||||
requests:
|
||||
cpu: "3"
|
||||
memory: 10Gi
|
||||
ephemeral-storage: "30Gi"
|
||||
ephemeral-storage: "50Gi"
|
||||
volumeMounts:
|
||||
- mountPath: /docker-graph
|
||||
name: docker-graph
|
||||
|
|
Loading…
Reference in New Issue