Commit 8bb77010 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: 6de9c932785bfb568ccd79f38f18a75e476e7633
parent 180cbf32
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -20,3 +20,23 @@ 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:
    - name: MYSQL_ROOT_PASSWORD
      value: 123456
    ports:
    - containerPort: 3306
      name: mysql