From 1017f93c6e680d031a2e62583d2e51bcc3002b49 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Fri, 14 Aug 2026 15:16:06 +0300 Subject: [PATCH] ++ schedule wb trino coordinator on processing --- clusters/wb/infrastructure/patches/trino.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/clusters/wb/infrastructure/patches/trino.yaml b/clusters/wb/infrastructure/patches/trino.yaml index 7910059..590dfc9 100644 --- a/clusters/wb/infrastructure/patches/trino.yaml +++ b/clusters/wb/infrastructure/patches/trino.yaml @@ -109,6 +109,13 @@ spec: memory: 6Gi limits: memory: 8Gi + nodeSelector: + dedicated: processing-light + tolerations: + - key: dedicated + operator: Equal + value: processing-light + effect: NoSchedule worker: jvm: maxHeapSize: 24G