milvus/build/ci/jenkins/pod/chaos-test.yaml
zhuwenxing 8a9589ba63
[skip e2e]Update pod template (#18396)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2022-07-25 15:34:30 +08:00

30 lines
557 B
YAML

apiVersion: v1
kind: Pod
metadata:
labels:
app: milvus-test
namespace: chaos-testing
spec:
containers:
- name: main
image: harbor.milvus.io/qa/krte:dev-4
command:
- cat
tty: true
resources:
limits:
memory: 6Gi
cpu: 2.0
requests:
memory: 4Gi
cpu: 2.0
volumeMounts:
- mountPath: /root/.kube/config
name: kubeconfig
subPath: config
volumes:
- configMap:
defaultMode: 420
name: qa-kubeconfig
name: kubeconfig
serviceAccountName: qa-chaos-admin