Merge pull request #613 from ZhifengZhang-CN/0.6.0

update build environment images resources limits
pull/617/head
quicksilver 2019-11-29 15:23:11 +08:00 committed by GitHub
commit d3f0e576f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@ spec:
tty: true
resources:
limits:
memory: "32Gi"
memory: "12Gi"
cpu: "8.0"
requests:
memory: "16Gi"
memory: "8Gi"
cpu: "4.0"
- name: milvus-mysql
image: mysql:5.6

View File

@ -21,11 +21,11 @@ spec:
tty: true
resources:
limits:
memory: "32Gi"
memory: "12Gi"
cpu: "8.0"
nvidia.com/gpu: 1
requests:
memory: "16Gi"
memory: "8Gi"
cpu: "4.0"
- name: milvus-mysql
image: mysql:5.6