++ schedule wb trino coordinator on processing

This commit is contained in:
Kochetkov S 2026-08-14 15:16:06 +03:00
parent 89d5bc0f09
commit 1017f93c6e

View File

@ -109,6 +109,13 @@ spec:
memory: 6Gi memory: 6Gi
limits: limits:
memory: 8Gi memory: 8Gi
nodeSelector:
dedicated: processing-light
tolerations:
- key: dedicated
operator: Equal
value: processing-light
effect: NoSchedule
worker: worker:
jvm: jvm:
maxHeapSize: 24G maxHeapSize: 24G