From 7aebb44852fa385c83ed1d55d3419400ae4b8701 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Tue, 31 Jan 2017 19:59:48 -0500 Subject: [PATCH] contrib/helm: update config schema --- contrib/helm/chihaya/values.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/contrib/helm/chihaya/values.yaml b/contrib/helm/chihaya/values.yaml index 4322ba5..27c45b5 100644 --- a/contrib/helm/chihaya/values.yaml +++ b/contrib/helm/chihaya/values.yaml @@ -14,6 +14,8 @@ config: chihaya: announce_interval: 15m prometheus_addr: 0.0.0.0:6880 + max_numwant: 50 + default_numwant: 25 http: addr: 0.0.0.0:6881 allow_ip_spoofing: true @@ -27,6 +29,5 @@ config: max_clock_skew: 10s storage: gc_interval: 14m - peer_lifetime: 15m - shards: 16 - max_numwant: 50 + peer_lifetime: 16m + shards: 1024