Skip to content

Commit 69e5447

Browse files
committed
cartridge chart: set TARANTOOL_HTTP_PORT environment variable
1 parent e7bd426 commit 69e5447

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/kv/helm-chart/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ spec:
120120
value: "$(TARANTOOL_ADVERTISE_HOST):3301"
121121
- name: TARANTOOL_PROBE_URI_TIMEOUT
122122
value: "60"
123+
- name: TARANTOOL_HTTP_PORT
124+
value: "8081"
123125
readinessProbe:
124126
tcpSocket:
125127
port: http

0 commit comments

Comments
 (0)