aboutsummaryrefslogtreecommitdiff
path: root/op_guide
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-04-14 18:15:45 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-04-14 18:15:45 +0200
commitb851ca0c95b6735c809044a99cbdbfaadc450f91 (patch)
tree4775b4c6ed0ccbd8ddb01e98b8c77a3ac07c6fdf /op_guide
parentfae36c7ef65c285b57648b9a2d8fa433a651a889 (diff)
downloadinfrastructure-b851ca0c95b6735c809044a99cbdbfaadc450f91.tar.gz
infrastructure-b851ca0c95b6735c809044a99cbdbfaadc450f91.zip
Update matrix HCL + document stolon conf change
Diffstat (limited to 'op_guide')
-rw-r--r--op_guide/init_stolon/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/op_guide/init_stolon/README.md b/op_guide/init_stolon/README.md
index f387263..b511f59 100644
--- a/op_guide/init_stolon/README.md
+++ b/op_guide/init_stolon/README.md
@@ -64,3 +64,9 @@ stolonctl --cluster-name pissenlit --store-backend consul --store-endpoints http
```
stolonctl --cluster-name pissenlit --store-backend consul --store-endpoints http://consul.service.2.cluster.deuxfleurs.fr:8500 update --patch '{ "usePgrewind" : true }'
```
+
+- 2021-03-14 Increase proxy timeout to cope with consul latency spikes
+
+```
+stolonctl --cluster-name pissenlit --store-backend consul --store-endpoints http://consul.service.2.cluster.deuxfleurs.fr:8500 update --patch '{ "proxyTimeout" : "120s" }'
+```