From 67b2f91e4b4136d189f010685d9300ef07407862 Mon Sep 17 00:00:00 2001 From: okozachenko Date: Thu, 30 Apr 2020 16:40:20 +0300 Subject: [PATCH] Fix mcrouter timeout on exporter Change-Id: I8c0b8d22bf4f70abf89584ff20a1bfc8e64439bf --- openstack_operator/templates/mcrouter/deployment.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_operator/templates/mcrouter/deployment.yml.j2 b/openstack_operator/templates/mcrouter/deployment.yml.j2 index 6dc1620f..6c45639c 100644 --- a/openstack_operator/templates/mcrouter/deployment.yml.j2 +++ b/openstack_operator/templates/mcrouter/deployment.yml.j2 @@ -60,7 +60,7 @@ spec: name: config - name: exporter image: vexxhost/mcrouter_exporter:latest - args: ["-mcrouter.address", "localhost:11211"] + args: ["-mcrouter.address", "localhost:11211", "-mcrouter.timeout", "3s"] imagePullPolicy: Always ports: - name: metrics