This repository has been archived by the owner on May 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
440c426
commit 98d0c86
Showing
1 changed file
with
1 addition
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,5 @@ | ||
|
||
Trino Gateway Helm Charts | ||
=========== | ||
THIS REPOSITORY IS NOT GUARANTEED TO BE IN A WORKING STATE. FOR A STABLE RELEASE, PLEASE CONTACT STARBURST. | ||
THIS REPOSITORY IS DEPRECATED. USE https://github.com/trinodb/trino-gateway/tree/main/helm/trino-gateway | ||
=========== | ||
|
||
[Trino Gateway](https://github.com/trinodb/trino-gateway) is a load balancer / proxy / gateway for Trino. | ||
|
||
|
||
## Usage | ||
|
||
[Helm](https://helm.sh) must be installed to use the charts. | ||
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started. | ||
|
||
Once Helm is set up properly, add the repo as follows: | ||
|
||
```console | ||
helm repo add gateway https://harbor.starburstdata.net/chartrepo/gateway | ||
``` | ||
|
||
You can then run `helm search repo gateway` to see the charts. | ||
|
||
Then you can install chart using: | ||
|
||
```console | ||
helm install trino-gateway gateway/gateway --version 3.1 | ||
``` |