From 44586ef7d0f6a2104af60c9fd12888a3a3000c6d Mon Sep 17 00:00:00 2001 From: Naidenov Ivan Date: Thu, 10 Sep 2020 16:21:14 +0300 Subject: [PATCH] helm: add probe_uri_timeout to env --- examples/kv/helm-chart/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/kv/helm-chart/templates/deployment.yaml b/examples/kv/helm-chart/templates/deployment.yaml index 96aecc2d..7604180d 100644 --- a/examples/kv/helm-chart/templates/deployment.yaml +++ b/examples/kv/helm-chart/templates/deployment.yaml @@ -115,6 +115,8 @@ spec: value: "$(TARANTOOL_ADVERTISE_TMP).{{ $.Values.ClusterName }}.{{ $.Values.namespace }}.svc.cluster.local" - name: TARANTOOL_ADVERTISE_URI value: "$(TARANTOOL_ADVERTISE_HOST):3301" + - name: TARANTOOL_PROBE_URI_TIMEOUT + value: "60" readinessProbe: tcpSocket: port: http