presto-gateway is a load balancer / proxy / gateway for Trino/Presto.
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add gateway https://posulliv.github.io/lyft-gateway-charts
You can then run helm search repo gateway
to see the charts.
Then you can install chart using:
helm install trino-gateway gateway/gateway --version 0.3.0
You can find an example of deploying on Google Cloud with this charts here.
You can find documentation about the chart here.