mirror of https://github.com/milvus-io/milvus.git
Increase nightly ci ephemeral-storage (#7498)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/7515/head
parent
e6e03fc93f
commit
90e30726a4
|
@ -24,11 +24,11 @@ spec:
|
|||
limits:
|
||||
cpu: "6"
|
||||
memory: 12Gi
|
||||
ephemeral-storage: "50Gi"
|
||||
ephemeral-storage: "100Gi"
|
||||
requests:
|
||||
cpu: "3"
|
||||
memory: 10Gi
|
||||
ephemeral-storage: "50Gi"
|
||||
ephemeral-storage: "100Gi"
|
||||
volumeMounts:
|
||||
- mountPath: /docker-graph
|
||||
name: docker-graph
|
||||
|
|
Loading…
Reference in New Issue