mirror of https://github.com/milvus-io/milvus.git
add mysql container to the build environment jenkins slave pod
Former-commit-id: 50e27081b8d79ccd1c0ffc01a3de16e142feb7acpull/191/head
parent
d1ff0ab2a6
commit
fa8e5f4e58
|
@ -20,18 +20,6 @@ spec:
|
||||||
requests:
|
requests:
|
||||||
memory: "16Gi"
|
memory: "16Gi"
|
||||||
cpu: "4.0"
|
cpu: "4.0"
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Pod
|
|
||||||
metadata:
|
|
||||||
name: milvus-mysql
|
|
||||||
labels:
|
|
||||||
app: milvus
|
|
||||||
componet: mysql
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- name: milvus-mysql
|
- name: milvus-mysql
|
||||||
image: mysql:5.6
|
image: mysql:5.6
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue