We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cb706 commit bc31041Copy full SHA for bc31041
charts/graphscope-store/templates/configmap.yaml
@@ -25,7 +25,7 @@ data:
25
ingestor.node.count={{ .Values.ingestor.replicaCount }}
26
coordinator.node.count={{ .Values.coordinator.replicaCount }}
27
ingestor.queue.count={{ .Values.ingestor.replicaCount }}
28
- partition.count={{ .Values.store.replicaCount | mul 8 }}
+ partition.count={{ .Values.store.replicaCount | mul 128 }}
29
engine.type={{ .Values.engineType }}
30
discovery.mode={{ .Values.discoveryMode }}
31
0 commit comments