[skip ci] Decrease ci pod resource requests (#11205)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
edward.zeng 2021-11-04 11:00:33 +08:00 committed by GitHub
parent b567a8e5b5
commit 8014915b3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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