[skip e2e]Update pod template (#18396)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/18165/head
zhuwenxing 2022-07-25 15:34:30 +08:00 committed by GitHub
parent 128c66f301
commit 8a9589ba63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 14 deletions

View File

@ -7,7 +7,7 @@ metadata:
spec:
containers:
- name: main
image: registry.milvus.io/test/krte:dev-4
image: harbor.milvus.io/qa/krte:dev-4
command:
- cat
tty: true
@ -19,17 +19,12 @@ spec:
memory: 4Gi
cpu: 2.0
volumeMounts:
- name: qa-kubeconfig
mountPath: /root/.kube/
- name: jnlp
image: jenkins/inbound-agent:4.11-1-jdk8
resources:
limits: {}
requests:
memory: 256Mi
cpu: 100m
- mountPath: /root/.kube/config
name: kubeconfig
subPath: config
volumes:
- name: qa-kubeconfig
secret:
secretName: qa-kubeconfig
serviceAccountName: account-milvus-test
- configMap:
defaultMode: 420
name: qa-kubeconfig
name: kubeconfig
serviceAccountName: qa-chaos-admin