From d075df2e9eb45f007f35cde2d502d32ee8d14faf Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Mon, 25 Sep 2017 17:20:35 +0200 Subject: Set the etcd backend quota to 4GB by default --- roles/etcd/templates/etcd.conf.j2 | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/etcd/templates') diff --git a/roles/etcd/templates/etcd.conf.j2 b/roles/etcd/templates/etcd.conf.j2 index 2c2803aee..8462bb4c8 100644 --- a/roles/etcd/templates/etcd.conf.j2 +++ b/roles/etcd/templates/etcd.conf.j2 @@ -45,6 +45,7 @@ ETCD_ADVERTISE_CLIENT_URLS={{ etcd_advertise_client_urls }} #ETCD_STRICT_RECONFIG_CHECK="false" #ETCD_AUTO_COMPACTION_RETENTION="0" #ETCD_ENABLE_V2="true" +ETCD_QUOTA_BACKEND_BYTES={{ etcd_quota_backend_bytes }} #[proxy] #ETCD_PROXY=off -- cgit v1.2.1