You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| failsafe_mode | boolean | false | Patroni failsafe_mode parameter value. See the [Patroni documentation](https://patroni.readthedocs.io/en/master/dcs_failsafe_mode.html) for more details. |
184
184
| initdb | map | false | a map of key-value pairs describing initdb parameters |
185
+
|[log](#log)| object | false | Log configuration for patroni |
185
186
| loop_wait | string | false | Patroni `loop_wait` parameter value, optional. The default is set by the PostgreSQL image. |
186
187
| maximum_lag_on_failover | string | false | Patroni `maximum_lag_on_failover` parameter value, optional. The default is set by the PostgreSQL image. |
187
188
|[multisite](#multisite)| map | false | Multisite configuration - Check the [Documentation](CYBERTEC-pg-operator/multisite/) first |
188
189
| pg_hba | array | false | list of custom pg_hba lines to replace default ones. One entry per item (example: - hostssl all all 0.0.0.0/0 scram-sha-256) |
189
190
| retry_timeout | int | false | Patroni `retry_timeout` parameter value, optional. The default is set by the PostgreSQL image. |
190
191
|[slots](#slots)| map | false | permanent replication slots that Patroni preserves after failover by re-creating them on the new primary immediately. after doing a promote. Use preferred slot-name as map-item |
191
-
| synchronous_mode | boolean | false |DPatroni`synchronous_mode` parameter value, optional. The default is false. |
192
+
| synchronous_mode | boolean | false |Patroni`synchronous_mode` parameter value, optional. The default is false. |
192
193
| synchronous_mode_strict | boolean | false | Patroni `synchronous_mode_strict` parameter value, optional. The default is false. |
193
194
| synchronous_node_count | int | false | Patroni `synchronous_node_count` parameter value, optional. The default is set to 1. Only used if `synchronous_mode_strict` is true |
194
195
| ttl | int | false | Patroni `ttl` parameter value, optional. The default is set by the PostgreSQL image. |
0 commit comments