Commit 1ff5f020 authored by milvus-ci-robot's avatar milvus-ci-robot
Browse files

add mysql container to the build environment jenkins slave pod


Former-commit-id: 49273bbb8a19577b13803ee7ab5e0911987bdeee
parent 8bb77010
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -20,18 +20,6 @@ spec:
      requests:
        memory: "16Gi"
        cpu: "4.0"

---

apiVersion: v1
kind: Pod
metadata:
  name: milvus-mysql
  labels:
    app: milvus
    componet: mysql
spec:
  containers:
  - name: milvus-mysql
    image: mysql:5.6
    env: