Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit bbff21a

Browse files
author
Bennu
authored
Add strategy config for coordinator (#264)
Signed-off-by: Bennu <yunmei.li@zilliz.com>
1 parent 338ee59 commit bbff21a

5 files changed

Lines changed: 9 additions & 1 deletion

File tree

charts/milvus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: milvus
33
appVersion: "2.0.0-rc.8"
44
kubeVersion: "^1.10.0-0"
55
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
6-
version: 2.4.7
6+
version: 2.4.8
77
keywords:
88
- milvus
99
- elastic

charts/milvus/templates/datacoord-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ metadata:
88
component: "datacoord"
99
spec:
1010
replicas: 1
11+
strategy:
12+
type: Recreate
1113
selector:
1214
matchLabels:
1315
{{ include "milvus.matchLabels" . | indent 6 }}

charts/milvus/templates/indexcoord-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ metadata:
88
component: "indexcoord"
99
spec:
1010
replicas: 1
11+
strategy:
12+
type: Recreate
1113
selector:
1214
matchLabels:
1315
{{ include "milvus.matchLabels" . | indent 6 }}

charts/milvus/templates/querycoord-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ metadata:
88
component: "querycoord"
99
spec:
1010
replicas: 1
11+
strategy:
12+
type: Recreate
1113
selector:
1214
matchLabels:
1315
{{ include "milvus.matchLabels" . | indent 6 }}

charts/milvus/templates/rootcoord-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ metadata:
88
component: "rootcoord"
99
spec:
1010
replicas: 1
11+
strategy:
12+
type: Recreate
1113
selector:
1214
matchLabels:
1315
{{ include "milvus.matchLabels" . | indent 6 }}

0 commit comments

Comments
 (0)