From 7dded5aed361e3a899548d73297d4f81c2a99c52 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Thu, 28 May 2026 23:05:51 +0300 Subject: [PATCH] correcto postgresql nodeslector --- .../yc-k8s-test-02/infrastructure/patches/postgresql.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/clusters/yc-k8s-test-02/infrastructure/patches/postgresql.yaml b/clusters/yc-k8s-test-02/infrastructure/patches/postgresql.yaml index 988b398..c94b76e 100644 --- a/clusters/yc-k8s-test-02/infrastructure/patches/postgresql.yaml +++ b/clusters/yc-k8s-test-02/infrastructure/patches/postgresql.yaml @@ -82,6 +82,13 @@ spec: timeoutSeconds: 5 successThreshold: 1 failureThreshold: 6 + nodeSelector: + dedicated: db + tolerations: + - key: dedicated + operator: Equal + value: db + effect: NoSchedule contour: enabled: true adminUser: "postgres"