wiwdata / presto-chart

Highly configurable Helm Presto Chart
MIT License
24 stars 20 forks source link
helm kubernetes presto prestodb

Presto Helm Chart

Highly configurable Helm Presto Chart based on the stable/presto chart but significantly altered for greater flexibility:

Check out the example values.yaml file for more detailed documentation and examples of how the above chamges work.

Basic Chart Installation

This chart is packaged for easy install and any of the packaged versions stored in the charts directory can be installed via their download URL:

$ helm install \
  --name my-presto \
  --namespace my-presto-namespace \
  --values values.yaml \
  https://github.com/wiwdata/presto-chart/raw/master/charts/presto-1.tgz

where the values.yaml is one you've created locally. For more details about the chart see the chart README.