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 62e898f commit fe1a588Copy full SHA for fe1a588
examples/kv/helm-chart/templates/deployment.yaml
@@ -103,6 +103,8 @@ spec:
103
valueFrom:
104
fieldRef:
105
fieldPath: metadata.name
106
+ - name: TARANTOOL_ALIAS
107
+ value: "$(TARANTOOL_INSTANCE_NAME)"
108
- name: TARANTOOL_MEMTX_MEMORY
109
value: "{{ mul .MemtxMemoryMB 1048576 }}"
110
- name: TARANTOOL_BUCKET_COUNT
0 commit comments