We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0f389 commit fc8d6cfCopy full SHA for fc8d6cf
manifests/complete-postgres-manifest.yaml
@@ -232,6 +232,12 @@ spec:
232
# values:
233
# - enabled
234
235
+# Add topology spread constraint to distribute PostgreSQL pods across all nodes labeled with "topology.kubernetes.io/zone".
236
+# topologySpreadConstraint:
237
+# - maxSkew: 1
238
+# topologyKey: topology.kubernetes.io/zone
239
+# whenUnsatisfiable: DoNotSchedule
240
+
241
# Enables change data capture streams for defined database tables
242
# streams:
243
# - applicationId: test-app
0 commit comments