lenses-helm-charts
lenses-helm-charts copied to clipboard
Helm Charts for Lenses.io
Helm Charts for Lenses
This repo contains the source code of the Lenses' Helm chart.
To use the chart, add Lenses' Helm repo:
helm repo add lensesio https://helm.repo.lenses.io/
helm repo update
And deploy Lenses, optionally setting your ingress:
helm install lenses lensesio/lenses \
--namespace lenses \
--set ingress.enabled=true \
--set ingress.enabled.host=lenses.mycompany.url
To get started:
- For a complete reference of the values supported, have a look at the values.yaml.
- Documentation for the chart can be found at our documentation website.
- Find many sample snippets for values and how to combine them under the examples directory.