diff --git a/postgresql/manifests/cluster.yaml b/postgresql/manifests/cluster.yaml index 89bf6c3..c09bb74 100644 --- a/postgresql/manifests/cluster.yaml +++ b/postgresql/manifests/cluster.yaml @@ -65,9 +65,9 @@ spec: # Backup disabled - using Velero for backups instead - # Affinity to spread replicas across nodes + # Affinity to spread replicas across nodes (soft - prefer different nodes) affinity: - podAntiAffinityType: required + podAntiAffinityType: preferred tolerations: - key: "node-role.kubernetes.io/master" operator: "Exists"