diff --git a/clusters/yc-k8s-test-02/infrastructure/patches/postgresql.yaml b/clusters/yc-k8s-test-02/infrastructure/patches/postgresql.yaml index c94b76e..988b398 100644 --- a/clusters/yc-k8s-test-02/infrastructure/patches/postgresql.yaml +++ b/clusters/yc-k8s-test-02/infrastructure/patches/postgresql.yaml @@ -82,13 +82,6 @@ spec: timeoutSeconds: 5 successThreshold: 1 failureThreshold: 6 - nodeSelector: - dedicated: db - tolerations: - - key: dedicated - operator: Equal - value: db - effect: NoSchedule contour: enabled: true adminUser: "postgres"