Skip to content

Commit 5da9fed

Browse files
committed
Update chart docs to account for move
1 parent ecf6f42 commit 5da9fed

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

docs/installation.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,16 @@ java -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80 \
204204
### Helm <a name="helm"></a>
205205

206206
Helm manages the deployment of Kubernetes applications by templating Kubernetes
207-
resources with a set of Helm charts. The Trino Gateway Helm chart consists
208-
of the following components:
207+
resources with a set of Helm charts. The Trino Gateway Helm chart is
208+
available in the [Trino Helm chart project](https://github.com/trinodb/charts).
209+
210+
Configure the charts repository as a Helm chart repository with the
211+
following command:
212+
213+
```shell
214+
helm repo add trino https://trinodb.github.io/charts/
215+
```
216+
The Trino Gateway chart consists of the following components:
209217

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

316+
More detail about the chart are available in the [values
317+
reference documentation](https://github.com/trinodb/charts/blob/main/charts/gateway/README.md)
318+
308319
### Health Checks
309320

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

0 commit comments

Comments
 (0)