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 b1ac67f commit 156121eCopy full SHA for 156121e
examples/kv/helm-chart/templates/deployment.yaml
@@ -115,6 +115,8 @@ spec:
115
value: "$(TARANTOOL_ADVERTISE_TMP).{{ $.Values.ClusterName }}.{{ $.Values.namespace }}.svc.cluster.local"
116
- name: TARANTOOL_ADVERTISE_URI
117
value: "$(TARANTOOL_ADVERTISE_HOST):3301"
118
+ - name: TARANTOOL_PROBE_URI_TIMEOUT
119
+ value: "60"
120
readinessProbe:
121
tcpSocket:
122
port: http
0 commit comments