Helm Setup
Install Zendrite using the devxy/helm-zendrite Helm chart.
Installation
Section titled “Installation”Using OCI:
Or using a classic Helm repository:
Configuration
Section titled “Configuration”Create a values.yaml file and configure it to your liking.
All possible values can be found in the chart README, but at least you need to configure a server_name:
If you are going to use an existing Postgres database, you’ll also need to configure this connection:
Installing with PostgreSQL
Section titled “Installing with PostgreSQL”The chart comes with a dependency on Postgres, which can be installed alongside Zendrite. Enable it in your values.yaml:
Using this option, the database.connection_string will be set for you automatically.