Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,16 @@ java -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80 \
### Helm <a name="helm"></a>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section is linked from docker.md - perhaps it should just link directly to the chart repo - wdyt?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No .. I want to keep this since I want to actually get this onto a separate page and much improved.. so for now .. lets leave as is


Helm manages the deployment of Kubernetes applications by templating Kubernetes
resources with a set of Helm charts. The Trino Gateway Helm chart consists
of the following components:
resources with a set of Helm charts. The Trino Gateway Helm chart is
available in the [Trino Helm chart project](https://github.com/trinodb/charts).

Configure the charts repository as a Helm chart repository with the
following command:

```shell
helm repo add trino https://trinodb.github.io/charts/
```
The Trino Gateway chart consists of the following components:

* A `config` node for general configuration
* `dataStoreSecret`, `backendStateSecret` and `authenticationSecret` for
Expand Down Expand Up @@ -305,6 +313,9 @@ Standard Helm options such as `replicaCount`, `image`, `imagePullSecrets`,
`service`, `ingress` and `resources` are supported. These are defined in
`helm/values.yaml`.

More detail about the chart are available in the [values
reference documentation](https://github.com/trinodb/charts/blob/main/charts/gateway/README.md)

### Health Checks

Trino Gateway checks the health of each backend and **deactivates it if
Expand Down