secrets.LIGHTDASH_SECRET
- this variable is used by Lightdash to encrypt data at rest in the database. You must keep this secret. If this is lost, you will not be able to access your data in Lightdash.config.S3_REGION
, config.S3_BUCKET
, config.S3_ENDPOINT
, secrets.S3_ACCESS_KEY
and secrets.S3_SECRET_KEY
- These variables are for configuring external object storage with S3. For detailed information, refer to the external object storage documentation.service.type
- by default the Lightdash UI and API is exposed on a ClusterIP
service. This means that it is only accessible from within the Kubernetes cluster. If you want to access Lightdash from outside the cluster, you can change this to LoadBalancer
or NodePort
. See the Kubernetes documentation for more information.config.SITE_URL
- if you know the URL that Lightdash will be accessible at, you can set this variable. This will ensure that all links in Lightdash are correct. If you don’t know the URL yet, you can leave this blank and update it later.values.yaml
file containing our configuration:
lightdash
using the lightdash/lightdash
helm chart. In this example we’re also using the namespace -n lightdash
. Finally we apply our minimum configuration from above using -f values.yaml
.
kubectl
.
SITE_URL
to access Lightdash!