Skip to content

Commit 91066cb

Browse files
committed
update qdrant neo4j
Signed-off-by: Samiul <samiul@appscode.com>
1 parent 5560070 commit 91066cb

4 files changed

Lines changed: 307 additions & 657 deletions

File tree

charts/kubedbcom-qdrant-editor-options/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424

2525
# Standalone or Distributed
2626
mode: Standalone
27-
replicas: 1
27+
replicas: 3
2828

2929
storageType: ""
3030

charts/opskubedbcom-neo4jopsrequest-editor/ui/create-ui.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ step:
122122
type: func
123123
value: setValueFromDbDetails|/spec/replicas
124124
label: Replicas
125-
schema: schema/properties/spec/properties/horizontalScaling/properties/member
125+
schema: schema/properties/spec/properties/horizontalScaling/properties/server
126126
subtitle: Define the total number of replicas for the database. Increasing
127127
replicas improves fault tolerance and load distribution , while reducing
128128
replicas conserves resources
@@ -131,9 +131,6 @@ step:
131131
label: Each replica represents an independent copy of your database. For example,
132132
setting this to 3 creates three copies of the database for better availability.
133133
type: info
134-
if:
135-
name: ifDbTypeEqualsTo|cluster|horizontalScaling
136-
type: function
137134
type: horizontal-layout
138135
fixedBlock: true
139136
if:

0 commit comments

Comments
 (0)