File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010### Added
1111- Support custom cluster domain name via variable ` ClusterDomainName ` in cartrige chart ` values.yaml `
1212- New chart for deploying ready-to-use crud based application
13+ - Ability to change TARANTOOL_WORKDIR in the Cartridge helm chart and the ** default value is set to** ` /var/lib/tarantool `
Original file line number Diff line number Diff line change 7979 image : " {{ $.Values.image.repository }}:{{ $.Values.image.tag }}"
8080 volumeMounts :
8181 - name : www
82- mountPath : " /data "
82+ mountPath : " {{ $.Values.TarantoolWorkDir }} "
8383 resources :
8484 requests :
8585 cpu : " {{ .CPUallocation }}"
@@ -110,6 +110,8 @@ spec:
110110 value : " {{ mul .MemtxMemoryMB 1048576 }}"
111111 - name : TARANTOOL_BUCKET_COUNT
112112 value : " 30000"
113+ - name : TARANTOOL_WORKDIR
114+ value : " {{ $.Values.TarantoolWorkDir }}"
113115 - name : TARANTOOL_ADVERTISE_TMP
114116 valueFrom :
115117 fieldRef :
Original file line number Diff line number Diff line change 33ClusterEnv : dev
44ClusterName : examples-kv-cluster
55ClusterDomainName : cluster.local
6+ TarantoolWorkDir : /var/lib/tarantool
67
78image :
89 repository : tarantool/tarantool-operator-examples-kv
You can’t perform that action at this time.
0 commit comments