From a3289126497b52d6fff5a848974a6c770f305b5a Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Thu, 28 May 2026 18:52:10 +0300 Subject: [PATCH] Allow postgresql on regular yc-k8s-test-02 nodes --- .../yc-k8s-test-02/infrastructure/patches/postgresql.yaml | 7 ------- 1 file changed, 7 deletions(-) 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"