diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-04-08 15:53:36 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-04-08 15:53:36 +0900 |
| commit | 9114c8cb8e7d0bb0f686190d47c60591ac211f35 (patch) | |
| tree | 153b2ca2f6f07a291704ea5a8b7a1e003655cce1 /chart | |
| parent | :art (diff) | |
| download | sharkey-9114c8cb8e7d0bb0f686190d47c60591ac211f35.tar.gz sharkey-9114c8cb8e7d0bb0f686190d47c60591ac211f35.tar.bz2 sharkey-9114c8cb8e7d0bb0f686190d47c60591ac211f35.zip | |
feat(backend): support replication of postgresql
Resolve #10205
Diffstat (limited to 'chart')
| -rw-r--r-- | chart/files/default.yml | 17 |
1 files changed, 17 insertions, 0 deletions
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 └───────────────────────────────────── |