Skip to content

Commit 156121e

Browse files
authored
helm charts: add probe_uri_timeout to env (#24)
1 parent b1ac67f commit 156121e

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
@@ -115,6 +115,8 @@ spec:
115115
value: "$(TARANTOOL_ADVERTISE_TMP).{{ $.Values.ClusterName }}.{{ $.Values.namespace }}.svc.cluster.local"
116116
- name: TARANTOOL_ADVERTISE_URI
117117
value: "$(TARANTOOL_ADVERTISE_HOST):3301"
118+
- name: TARANTOOL_PROBE_URI_TIMEOUT
119+
value: "60"
118120
readinessProbe:
119121
tcpSocket:
120122
port: http

0 commit comments

Comments
 (0)