diff options
Diffstat (limited to 'chart/files/default.yml')
| -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 └───────────────────────────────────── |