2022-08-01 06:30:33 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Pod
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
app: milvus-e2e
|
2022-09-01 07:16:58 +00:00
|
|
|
namespace: milvus-ci
|
2022-08-01 06:30:33 +00:00
|
|
|
spec:
|
|
|
|
enableServiceLinks: false
|
|
|
|
containers:
|
|
|
|
- name: pytest
|
2023-07-31 04:49:04 +00:00
|
|
|
image: harbor.milvus.io/dockerhub/milvusdb/pytest:20230731-c0d2433
|
2022-08-01 06:30:33 +00:00
|
|
|
resources:
|
|
|
|
limits:
|
|
|
|
cpu: "6"
|
|
|
|
memory: 12Gi
|
|
|
|
requests:
|
|
|
|
cpu: "0.5"
|
|
|
|
memory: 5Gi
|
|
|
|
volumeMounts:
|
|
|
|
- mountPath: /ci-logs
|
|
|
|
name: ci-logs
|
|
|
|
volumes:
|
|
|
|
- name: ci-logs
|
|
|
|
nfs:
|
|
|
|
path: /ci-logs
|
|
|
|
server: 172.16.70.239
|