mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-05 10:22:41 +08:00
add mysql container to the build environment jenkins slave pod
Former-commit-id: ba0dff4c7aa838132eb36dff0c137b5f0fbb9126
This commit is contained in:
parent
17ce3bb49c
commit
d1ff0ab2a6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user