mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Update pod template and etcd version (#17507)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/17514/head
parent
6375a223d1
commit
eb4e39099c
|
@ -49,7 +49,7 @@ pipeline {
|
|||
string(
|
||||
description: 'Etcd Image Tag',
|
||||
name: 'etcd_image_tag',
|
||||
defaultValue: "3.5.0-debian-10-r115"
|
||||
defaultValue: "3.5.0-r1"
|
||||
)
|
||||
string(
|
||||
description: 'Query Replic Nums',
|
||||
|
|
|
@ -49,7 +49,7 @@ pipeline {
|
|||
string(
|
||||
description: 'Etcd Image Tag',
|
||||
name: 'etcd_image_tag',
|
||||
defaultValue: "3.5.0-debian-10-r115"
|
||||
defaultValue: "3.5.0-r1"
|
||||
)
|
||||
string(
|
||||
description: 'Query Replic Nums',
|
||||
|
|
|
@ -56,7 +56,7 @@ pipeline {
|
|||
string(
|
||||
description: 'Etcd Image Tag',
|
||||
name: 'etcd_image_tag',
|
||||
defaultValue: "3.5.0-debian-10-r115"
|
||||
defaultValue: "3.5.0-r1"
|
||||
)
|
||||
string(
|
||||
description: 'Querynode Nums',
|
||||
|
|
|
@ -56,7 +56,7 @@ pipeline {
|
|||
string(
|
||||
description: 'Etcd Image Tag',
|
||||
name: 'etcd_image_tag',
|
||||
defaultValue: "3.5.0-debian-10-r115"
|
||||
defaultValue: "3.5.0-r1"
|
||||
)
|
||||
string(
|
||||
description: 'Querynode Nums',
|
||||
|
|
|
@ -5,18 +5,33 @@ metadata:
|
|||
app: milvus-chaos-test
|
||||
namespace: chaos-testing
|
||||
spec:
|
||||
enableServiceLinks: false
|
||||
containers:
|
||||
- name: main
|
||||
image: registry.milvus.io/test/krte:dev-1
|
||||
securityContext:
|
||||
privileged: true
|
||||
image: registry.milvus.io/test/krte:dev-4
|
||||
command:
|
||||
- cat
|
||||
tty: true
|
||||
args: ["cat"]
|
||||
resources:
|
||||
limits:
|
||||
cpu: "6"
|
||||
memory: 12Gi
|
||||
memory: 6Gi
|
||||
cpu: 2.0
|
||||
requests:
|
||||
cpu: "2"
|
||||
memory: 10Gi
|
||||
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
|
||||
volumes:
|
||||
- name: qa-kubeconfig
|
||||
secret:
|
||||
secretName: qa-kubeconfig
|
||||
serviceAccountName: account-milvus-test
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: "qa-node001.zilliz.local"
|
|
@ -10,7 +10,7 @@ etcd:
|
|||
replicaCount: 3
|
||||
image:
|
||||
repository: milvusdb/etcd
|
||||
tag: 3.5.0-debian-10-r115
|
||||
tag: 3.5.0-r1
|
||||
|
||||
minio:
|
||||
resources:
|
||||
|
|
|
@ -9,7 +9,7 @@ etcd:
|
|||
replicaCount: 1
|
||||
image:
|
||||
repository: milvusdb/etcd
|
||||
tag: 3.5.0-debian-10-r115
|
||||
tag: 3.5.0-r1
|
||||
minio:
|
||||
mode: standalone
|
||||
pulsar:
|
||||
|
|
|
@ -10,7 +10,7 @@ etcd:
|
|||
replicaCount: 3
|
||||
image:
|
||||
repository: milvusdb/etcd
|
||||
tag: 3.5.0-debian-10-r115
|
||||
tag: 3.5.0-r1
|
||||
|
||||
minio:
|
||||
resources:
|
||||
|
|
|
@ -9,7 +9,7 @@ etcd:
|
|||
replicaCount: 1
|
||||
image:
|
||||
repository: milvusdb/etcd
|
||||
tag: 3.5.0-debian-10-r115
|
||||
tag: 3.5.0-r1
|
||||
minio:
|
||||
mode: standalone
|
||||
pulsar:
|
||||
|
|
Loading…
Reference in New Issue