You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/trino/README.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -491,6 +491,20 @@ Fast distributed SQL query engine for big data analytics that helps you explore
491
491
path: /secrets/sample.json
492
492
subPath: sample.json
493
493
```
494
+
* `coordinator.service` - object, default: `{}`
495
+
496
+
Service overrides just for the coordinator service. It is merged with the root-level service specification. Beware that specifying spec.ports will override the dynamically generated ports for JMX exporter as well as the additionalExposedPorts.
@@ -629,6 +643,20 @@ Fast distributed SQL query engine for big data analytics that helps you explore
629
643
path: /secrets/sample.json
630
644
subPath: sample.json
631
645
```
646
+
* `worker.service` - object, default: `{}`
647
+
648
+
Service overrides just for the worker service. It is merged with the root-level service specification. Beware that specifying spec.ports will override the dynamically generated ports for JMX exporter as well as the additionalExposedPorts.
Copy file name to clipboardExpand all lines: charts/trino/values.yaml
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -550,6 +550,21 @@ secretMounts: []
550
550
# ```
551
551
552
552
coordinator:
553
+
service: {}
554
+
# coordinator.service -- Service overrides just for the coordinator service. It is merged with the root-level service specification. Beware that specifying spec.ports will override the dynamically generated ports for JMX exporter as well as the additionalExposedPorts.
# worker.service -- Service overrides just for the worker service. It is merged with the root-level service specification. Beware that specifying spec.ports will override the dynamically generated ports for JMX exporter as well as the additionalExposedPorts.
0 commit comments