@@ -27,7 +27,6 @@ The following table lists the configurable parameters of the Trino chart and the
2727| ` server.config.https.keystore.path ` | | ` "" ` |
2828| ` server.config.authenticationType ` | | ` "" ` |
2929| ` server.config.query.maxMemory ` | | ` "4GB" ` |
30- | ` server.config.query.maxMemoryPerNode ` | | ` "1GB" ` |
3130| ` server.exchangeManager.name ` | | ` "filesystem" ` |
3231| ` server.exchangeManager.baseDir ` | | ` "/tmp/trino-local-file-system-exchange-manager" ` |
3332| ` server.workerExtraConfig ` | | ` "" ` |
@@ -48,9 +47,6 @@ The following table lists the configurable parameters of the Trino chart and the
4847| ` securityContext.runAsGroup ` | | ` 1000 ` |
4948| ` service.type ` | | ` "ClusterIP" ` |
5049| ` service.port ` | | ` 8080 ` |
51- | ` nodeSelector ` | | ` {} ` |
52- | ` tolerations ` | | ` [] ` |
53- | ` affinity ` | | ` {} ` |
5450| ` auth ` | | ` {} ` |
5551| ` serviceAccount.create ` | | ` false ` |
5652| ` serviceAccount.name ` | | ` "" ` |
@@ -60,18 +56,26 @@ The following table lists the configurable parameters of the Trino chart and the
6056| ` coordinator.jvm.gcMethod.type ` | | ` "UseG1GC" ` |
6157| ` coordinator.jvm.gcMethod.g1.heapRegionSize ` | | ` "32M" ` |
6258| ` coordinator.config.memory.heapHeadroomPerNode ` | | ` "" ` |
59+ | ` coordinator.config.query.maxMemoryPerNode ` | | ` "1GB" ` |
6360| ` coordinator.additionalJVMConfig ` | | ` {} ` |
6461| ` coordinator.resources ` | | ` {} ` |
6562| ` coordinator.livenessProbe ` | | ` {} ` |
6663| ` coordinator.readinessProbe ` | | ` {} ` |
64+ | ` coordinator.nodeSelector ` | | ` {} ` |
65+ | ` coordinator.tolerations ` | | ` [] ` |
66+ | ` coordinator.affinity ` | | ` {} ` |
6767| ` worker.jvm.maxHeapSize ` | | ` "8G" ` |
6868| ` worker.jvm.gcMethod.type ` | | ` "UseG1GC" ` |
6969| ` worker.jvm.gcMethod.g1.heapRegionSize ` | | ` "32M" ` |
7070| ` worker.config.memory.heapHeadroomPerNode ` | | ` "" ` |
71+ | ` worker.config.query.maxMemoryPerNode ` | | ` "1GB" ` |
7172| ` worker.additionalJVMConfig ` | | ` {} ` |
7273| ` worker.resources ` | | ` {} ` |
7374| ` worker.livenessProbe ` | | ` {} ` |
7475| ` worker.readinessProbe ` | | ` {} ` |
76+ | ` worker.nodeSelector ` | | ` {} ` |
77+ | ` worker.tolerations ` | | ` [] ` |
78+ | ` worker.affinity ` | | ` {} ` |
7579| ` kafka.mountPath ` | | ` "/etc/trino/schemas" ` |
7680| ` kafka.tableDescriptions ` | | ` {} ` |
7781
0 commit comments