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