Fix mcrouter timeout on exporter

Change-Id: I8c0b8d22bf4f70abf89584ff20a1bfc8e64439bf
This commit is contained in:
okozachenko 2020-04-30 16:40:20 +03:00
parent be4e5eee89
commit 67b2f91e4b
1 changed files with 1 additions and 1 deletions

View File

@ -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