From 9114c8cb8e7d0bb0f686190d47c60591ac211f35 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 8 Apr 2023 15:53:36 +0900 Subject: feat(backend): support replication of postgresql Resolve #10205 --- chart/files/default.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'chart') diff --git a/chart/files/default.yml b/chart/files/default.yml index 1d8e5b490a..1888669245 100644 --- a/chart/files/default.yml +++ b/chart/files/default.yml @@ -72,6 +72,23 @@ db: #extra: # ssl: true +dbReplications: false + +# You can configure any number of replicas here +#dbSlaves: +# - +# host: +# port: +# db: +# user: +# pass: +# - +# host: +# port: +# db: +# user: +# pass: + # ┌─────────────────────┐ #───┘ Redis configuration └───────────────────────────────────── -- cgit v1.2.3-freya