mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
9ec7b773c3
Former-commit-id: 16869771664aeea633d14f2db05c7a6fb8441e64
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
|