mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 21:09:06 +08:00
aece3eb1e1
Former-commit-id: 51725a23f47d8432c1ee8f4d15bd5a6994c6f38e
14 lines
232 B
YAML
14 lines
232 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
labels:
|
|
app: milvus
|
|
componet: testframework
|
|
spec:
|
|
containers:
|
|
- name: milvus-testframework
|
|
image: registry.zilliz.com/milvus/milvus-test:v0.1
|
|
command:
|
|
- cat
|
|
tty: true
|