Skip to content

Commit 28dba7d

Browse files
committed
Add ability to set vshard bucket count via VshardBucketCount value
Note: vshard bucket count can be set only once at first cluster start. Afterwards it can't be changed.
1 parent c7ee7e2 commit 28dba7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-charts/tarantool-cartridge/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ spec:
104104
- name: TARANTOOL_MEMTX_MEMORY
105105
value: "{{ mul .MemtxMemoryMB 1048576 }}"
106106
- name: TARANTOOL_BUCKET_COUNT
107-
value: "30000"
107+
value: {{ $.Values.VshardBucketCount | default "30000" | quote }}
108108
- name: TARANTOOL_WORKDIR
109109
value: "{{ $.Values.TarantoolWorkDir }}"
110110
- name: TARANTOOL_ADVERTISE_TMP

0 commit comments

Comments
 (0)