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
Copy file name to clipboardExpand all lines: charts/pg-db/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -193,8 +193,11 @@ The chart can be customized using the following configurable parameters:
193
193
|`pmm.resources.requests.cpu`| Container resource request for CPU |`500m`|
194
194
|`patroni.syncPeriodSeconds`| The interval for refreshing the leader lock and applying dynamicConfiguration |`10`|
195
195
|`patroni.leaderLeaseDurationSeconds`| TTL of the cluster leader lock |`30`|
196
+
|`patroni.dynamicConfiguration`| Custom PostgreSQL configuration options. Please note that configuration changes are automatically applied to the running instances without validation, so having an invalid config can make the cluster unavailable |`{}`|
|`patroni.switchover.enabled`| Enables or disables manual change of the cluster primary instance |`""`|
200
+
|`patroni.switchover.targetInstance`| The name of the Pod that should be set as the new primary. When not specified, the new primary will be selected randomly |`""`|
198
201
|`extensions.image`| Image for the custom PostgreSQL extension loader sidecar container |`""`|
199
202
|`extensions.imagePullPolicy`| Policy for the custom extension sidecar container |`Always`|
200
203
|`extensions.storage.type`| The cloud storage type used for backups. Only s3 type is currently supported. |`""`|
0 commit comments