When the controller deployed with enable_pod_disruption_budget, it applies the same configuration to all PostgreSQL deployments, including those with numberOfInstances = 1.
For single-instance PostgreSQL setups, this results in a PDB that requires at least one pod to be available at all times.
Because the deployment only has one pod, Kubernetes blocks node draining and node rotation operations, causing operational friction.