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
Used to set the name and location(s) of the spooling storage destination.
67
-
* To enable fault-tolerant execution, you must set the `retry-policy` property in `additionalConfigProperties`.
68
-
* Additional exchange manager configurations can be added to `additionalExchangeManagerProperties`.
65
+
Mandatory [exchange manager configuration](https://trino.io/docs/current/admin/fault-tolerant-execution.html#id1). Used to set the name and location(s) of the spooling storage destination. To enable fault-tolerant execution, set the `retry-policy` property in `additionalConfigProperties`. Additional exchange manager configurations can be added to `additionalExchangeManagerProperties`.
A list of the Linux kernel capabilities that are dropped from every container. Valid values are listed at https://man7.org/linux/man-pages/man7/capabilities.7.html Ensure to remove the "CAP_" prefix which the kernel attaches to the names of permissions.
354
+
A list of the Linux kernel capabilities that are dropped from every container. Valid values are listed in [the capabilities manual page](https://man7.org/linux/man-pages/man7/capabilities.7.html). Ensure# to remove the "CAP_" prefix which the kernel attaches to the names of permissions.
The port the service listens on the host, for NodePort type. If not set, Kubernetes will [allocate a port automatically](https://kubernetes.io/docs/concepts/services-networking/service/#nodeport-custom-port).
362
+
The port the service listens on the host, for the `NodePort` type. If not set, Kubernetes will [allocate a port automatically](https://kubernetes.io/docs/concepts/services-networking/service/#nodeport-custom-port).
366
363
* `auth` - object, default: `{}`
367
364
368
365
Available authentication methods.
@@ -683,7 +680,7 @@ Fast distributed SQL query engine for big data analytics that helps you explore
# -- Target average CPU utilization, represented as a percentage of requested CPU. To disable scaling based on CPU, set to an empty string.
88
+
# -- Target average CPU utilization, represented as a percentage of requested CPU. To disable scaling based on CPU,
89
+
# set to an empty string.
89
90
targetCPUUtilizationPercentage: 50
90
-
# -- Target average memory utilization, represented as a percentage of requested memory. To disable scaling based on memory, set to an empty string.
91
+
# -- Target average memory utilization, represented as a percentage of requested memory. To disable scaling
92
+
# based on memory, set to an empty string.
91
93
targetMemoryUtilizationPercentage: 80
92
94
behavior: {}
93
95
# server.autoscaling.behavior -- Configuration for scaling up and down.
@@ -334,7 +336,8 @@ env: []
334
336
# ```
335
337
336
338
envFrom: []
337
-
# envFrom -- additional environment variables added to every pod, specified as a list of either ConfigMap or Secret references
339
+
# envFrom -- additional environment variables added to every pod, specified as a list of either `ConfigMap`
340
+
# or `Secret` references
338
341
# @raw
339
342
# Example:
340
343
# ```yaml
@@ -390,7 +393,9 @@ containerSecurityContext:
390
393
# -- Control whether a process can gain more privileges than its parent process.
391
394
allowPrivilegeEscalation: false
392
395
capabilities:
393
-
# -- A list of the Linux kernel capabilities that are dropped from every container. Valid values are listed at https://man7.org/linux/man-pages/man7/capabilities.7.html Ensure to remove the "CAP_" prefix which the kernel attaches to the names of permissions.
396
+
# -- A list of the Linux kernel capabilities that are dropped from every container. Valid values are listed in
397
+
# [the capabilities manual page](https://man7.org/linux/man-pages/man7/capabilities.7.html). Ensure # to remove
398
+
# the "CAP_" prefix which the kernel attaches to the names of permissions.
394
399
drop:
395
400
- ALL
396
401
@@ -402,7 +407,9 @@ service:
402
407
annotations: {}
403
408
type: ClusterIP
404
409
port: 8080
405
-
# service.nodePort -- The port the service listens on the host, for NodePort type. If not set, Kubernetes will [allocate a port automatically](https://kubernetes.io/docs/concepts/services-networking/service/#nodeport-custom-port).
410
+
# service.nodePort -- The port the service listens on the host, for the `NodePort` type. If not set, Kubernetes will
# in order to ensure that workers terminate without affecting running queries,
689
-
# given a sufficient grace period.
690
-
# When enabled, the value of `worker.terminationGracePeriodSeconds` must be at least two times greater than the configured `gracePeriodSeconds`.
691
-
# Enabling `worker.gracefulShutdown` conflicts with `worker.lifecycle`. When a custom
692
-
# `worker.lifecycle` configuration needs to be used, graceful shutdown must be configured manually.
694
+
# shutdown](https://trino.io/docs/current/admin/graceful-shutdown.html) in order to ensure that workers terminate
695
+
# without affecting running queries, given a sufficient grace period. When enabled, the value of
696
+
# `worker.terminationGracePeriodSeconds` must be at least two times greater than the configured `gracePeriodSeconds`.
697
+
# Enabling `worker.gracefulShutdown` conflicts with `worker.lifecycle`. When a custom `worker.lifecycle` configuration
698
+
# needs to be used, graceful shutdown must be configured manually.
693
699
#
694
700
# @raw
695
701
# Example:
@@ -815,7 +821,8 @@ jmx:
815
821
pullPolicy: Always
816
822
port: 5556
817
823
configProperties: ""
818
-
# jmx.exporter.configProperties -- The string value is templated using `tpl`. JMX Config Properties is mounted to /etc/jmx-exporter/jmx-exporter-config.yaml
824
+
# jmx.exporter.configProperties -- The string value is templated using `tpl`. The JMX config properties file
825
+
# is mounted to `/etc/jmx-exporter/jmx-exporter-config.yaml`.
0 commit comments