diff --git a/postgresql/manifests/cluster.yaml b/postgresql/manifests/cluster.yaml index 8fc84c6..727527d 100644 --- a/postgresql/manifests/cluster.yaml +++ b/postgresql/manifests/cluster.yaml @@ -68,6 +68,10 @@ spec: # Affinity to spread replicas across nodes affinity: podAntiAffinityType: required + tolerations: + - key: "node-role.kubernetes.io/master" + operator: "Exists" + effect: "NoExecute" # Enable superuser access enableSuperuserAccess: true