Helm Chart Configuration Options
Last updated
Last updated
The Helm Chart includes components that make up your Immuta infrastructure, and you can change these values to tailor your Immuta infrastructure to suit your needs. The tables below include parameter descriptions and default values for all components in the Helm Chart.
When installing Immuta, download immuta-values.yaml
and update the values to your preferred settings.
See the Helm installation page for guidance and best practices.
Parameter | Description | Default |
---|---|---|
| Version of Immuta |
|
| Docker image tag |
|
| Image pull policy |
|
| List of image pull secrets to use |
|
| Name of an existing Kubernetes Secret for the Helm install to use. A managed Secret is not created when this value is set. |
|
| External hostname assigned to this immuta instance. |
|
| Pod level security features on all pods. |
|
| Container level security features on all containers. |
|
| Global override for image registry. |
|
| Annotations to be set on all pods. |
|
| Labels that will be set on all pods. |
|
Parameter | Description | Default |
---|---|---|
| Whether or not to turn on automatic backups |
|
| Whether or not to restore from backups if present |
|
| Backup storage type. Must be defined if |
|
| Node selector for backup cron job. |
|
| Container resources. |
|
| Tolerations for backup CronJob. |
|
| Mapping of key-value pairs to be set on backup Job containers. |
|
| Number of failed jobs to exist before stopping |
|
| Whether or not to delete backup volumes when uninstalling Immuta |
|
| Max number of backups to exist at a given time. |
|
| Annotations to add to all pods associated with backups |
|
| Labels to add to all pods associated with backups. |
|
| Name of the file in the |
|
| Name of the file in the |
|
| Kubernetes CronJob schedule expression. |
|
| SecurityContext for backup Pods. |
|
| Annotations to add to all ServiceAccounts associated with backups. |
|
| Number of successful jobs to exist before cleanup. |
|
| Pod level security features. |
|
| Container level security. |
|
These values are used when backup.type=s3
.
Parameter | Description | Default |
---|---|---|
| AWS Access Key ID. |
|
| AWS Secret Access Key. |
|
| AWS Region. |
|
| S3 Bucket to store backups in. |
|
| Prefix to append to all backups. |
|
| Endpoint URL of an s3-compatible server. |
|
| CA bundle in PEM format. Used to verify TLS certificates of custom s3 endpoint. |
|
| Set to "true" to force the use of path-style addressing. |
|
| Set to "true" to disable SSL connections for the s3 endpoint. |
|
These values are used when backup.type=azblob
.
Parameter | Description | Default |
---|---|---|
| Azure Storage Account Name |
|
| Azure Storage Account Key |
|
| Azure Storage Account SAS Token |
|
| Azure Storage Account Container Name |
|
| Prefix to append to all backups |
|
These values are used when backup.type=gs
.
Parameter | Description | Default |
---|---|---|
| Kubernetes Secret containing |
|
| Google Cloud Storage Bucket |
|
| Prefix to append to all backups |
|
Parameter | Description | Default |
---|---|---|
| Whether or not to use TLS. |
|
| Whether or not to generate TLS certificates. |
|
| When true, the generated TLS secret will be created as a resource of the Helm Chart. |
|
| Secret name to use for internal and external communication. (For self-provided certs only) |
|
| Whether or not to use TLS for all internal communication. |
|
| Secret name to use for internal communication. (For self-provided certs only) |
|
| Whether or not to use TLS for all external communication. |
|
| Secret name to use for external communication. (For self-provided certs only) |
|
tls.manageGeneratedSecret
may cause issues with helm install
.
In most cases, tls.manageGeneratedSecret
should only be set to true when Helm is not being used to install the release (i.e., Argo CD).
If tls.manageGeneratedSecret
is set to true when used with the default TLS generation hook configuration, you will encounter an error similar to the following.
Error: secrets "immuta-tls" already exists
You can work around this error by configuring the TLS generation hook to run as a post-install
hook.
However, this configuration is not compatible with helm install --wait
. If the --wait
flag is used, the command will timeout and fail.
Parameter | Description | Default |
---|---|---|
| Mapping of key-value pairs to be set on web containers. |
|
| List of extra volume mounts to be added to web containers. |
|
| List of extra volumes to be added to web containers. |
|
| Image registry for the Immuta service image. | Value from |
| Image repository for the Immuta service image. |
|
| Image tag for the Immuta service image. | Value from |
| Image digest for the Immuta service image in format of | |
| ImagePullPolicy for the Immuta service container. |
|
| Use |
|
| Use |
|
| Number of replicas of web service to deploy. Maximum: |
|
| Number of web service worker processes to deploy. |
|
| Number of threads to use for each NodeJS process. |
|
| Controls the creation of an Ingress resource for the web service. |
|
|
|
|
| Container resources. |
|
| Additional annotations to apply to web pods. |
|
| Additional labels to apply to web pods. |
|
| Node selector for web pods. |
|
| Annotations for the web ServiceAccount. |
|
| Tolerations for web pods. |
|
| Pod level security features. |
|
| Container level security features. |
|
Parameter | Description | Default |
---|---|---|
| Image registry for the Immuta fingerprint image. | Value from |
| Image repository for the Immuta fingerprint image. |
|
| Image tag for the Immuta fingerprint image. | Value from |
| Image digest for the Immuta fingerprint image in format of | |
| ImagePullPolicy for the Immuta fingerprint container. |
|
| Use |
|
| Use |
|
| Number of replicas of fingerprint service to deploy. |
|
| Log level for the Fingerprint service. |
|
| Object containing configuration options for the Immuta Fingerprint service. |
|
| Container resources. |
|
| Additional annotations to apply to fingerprint Pods. |
|
| Additional labels to apply to fingerprint Pods. |
|
| Node selector for fingerprint Pods. |
|
| Annotations for the fingerprint ServiceAccount. |
|
| Tolerations for fingerprint Pods. |
|
| Pod level security features. | |
| Container level security features. |
The Metadata Database component can be configured to use either the built-in Kubernetes deployment or an external PostgreSQL database.
The following Helm values are shared between both built-in and external databases.
Parameter | Description | Default |
---|---|---|
| Enabled flag. Used to disable the built-in database when an external database is used. |
|
| Image registry for the Immuta database image. | Value from |
| Image repository for the Immuta database image. |
|
| Image tag for the Immuta database image. | Value from |
| Image digest for the Immuta database image in format of | |
| ImagePullPolicy for the Immuta database container. |
|
| Use |
|
| Use |
|
These values are used when database.enabled=true
.
Parameter | Description | Default |
---|---|---|
| Mapping of key-value pairs to be set on database containers. |
|
| List of extra volume mounts to be added to database containers. |
|
| List of extra volumes to be added to database containers. |
|
| Node selector for database pods. |
|
| Password for immuta metadata database |
|
| Password for Patroni REST API. |
|
| Patroni Kubernetes settings. |
|
| Set this to true to enable data persistence on all database pods. It should be set to |
|
| Additional annotations to apply to database pods. |
|
| Additional labels to apply to database pods. |
|
| Number of database replicas. |
|
| Password for replication user. |
|
| Container resources. |
|
| Enable the use of a memory-backed |
|
| Size limit for the shared memory volume. Only available when the |
|
| Password for PostgreSQL superuser. |
|
| Tolerations for database pods. |
|
| Pod level security features. |
|
| Container level security features. |
|
These values are used when database.enabled=false
.
Parameter | Description | Default |
---|---|---|
| Hostname of the external database instance. |
|
| Port for the external database instance. |
|
| PostgreSQL |
|
| Immuta database name. |
|
| Immuta database username. |
|
| Immuta database user password. |
|
| Username for the superuser used to initialize the database instance. |
|
| Password for the superuser used to initialize the database instance. |
|
| (Deprecated) Enable flag for external database backups. Refer to |
|
| (Deprecated) Enable flag for the external database restore. Refer to |
|
Parameter | Description | Default |
---|---|---|
| Mapping of key-value pairs to be set on Query Engine containers. |
|
| List of extra volume mounts to be added to Query Engine containers. |
|
| List of extra volumes to be added to Query Engine containers. |
|
| Image registry for the Immuta Query Engine image. | Value from |
| Image repository for the Immuta Query Engine image. |
|
| Image tag for the Immuta Query Engine image. | Value from |
| Image digest for the Immuta Query Engine image in format of | |
| ImagePullPolicy for the Immuta Query Engine container. |
|
| Use |
|
| Use |
|
| Number of database replicas |
|
| Password for immuta feature store database |
|
| Password for PostgreSQL superuser. |
|
| Password for replication user. |
|
| Password for Patroni REST API. |
|
| Patroni Kubernetes settings. |
|
| This should be set to |
|
| Container resources. |
|
| Service configuration for Query Engine service if not using an Ingress Controller. | |
| Additional annotations to apply to Query Engine pods. |
|
| Additional labels to apply to Query Engine pods. |
|
| Node selector for Query Engine pods. |
|
| Enable the use of a memory-backed |
|
| Size limit for the shared memory volume. Only available when the |
|
| Tolerations for Query Engine pods. |
|
| Pod level security features. |
|
| Container level security features. |
|
If you will only use integrations, port 5432 is optional. Using the built-in Ingress Nginx Controller, you can disable it by setting the value to false
.
Parameter | Description | Default |
---|---|---|
| Controls whether or not the Query Engine port (5432) is published on the built-in Ingress Controller service. |
|
The Cleanup hook is a Helm post-delete hook that is responsible for cleaning up some resources that are not deleted by Helm.
Parameter | Description | Default |
---|---|---|
| Container resources. |
|
| Annotations for the cleanup hook ServiceAccount. |
|
| Node selector for pods. |
|
| Tolerations for pods. |
|
| Pod level security features. | |
| Container level security features. |
The database initialize hook is used to initialize the external database when database.enabled=false
.
Parameter | Description | Default |
---|---|---|
| Container resources. |
|
| Annotations for the database initialize hook ServiceAccount. |
|
| Flag to enable or disable verbose logging in the database initialize hook. |
|
| Node selector for pods. |
|
| Tolerations for pods. |
|
| Pod level security features. | |
| Container level security features. |
The TLS generation hook is a Helm pre-install hook that is responsible for generating TLS certificates used for connections between the Immuta pods.
Parameter | Description | Default |
---|---|---|
| Delete policy for the TLS generation hook. |
|
| Container resources. |
|
| Annotations for the cleanup hook ServiceAccount. |
|
| Node selector for pods. |
|
| Tolerations for pods. |
|
| Pod level security features. | |
| Container level security features. |
Parameter | Description | Default |
---|---|---|
| Type to use for the cache. Valid values are |
|
| Number of replicas. |
|
| Container resources. |
|
| Node selector for pods. |
|
| SecurityContext for cache Pods. |
|
| Container level security features. |
|
| UpdateStrategy Spec for cache workloads. |
|
| Tolerations for pods. |
|
| Image registry for Memcached image. | Value from |
| Image repository for Memcached image. |
|
| Image tag for Memcached image. |
|
| Image digest for the Immuta Memcached image in format of | |
| Image pull policy. | Value from |
| Limit for max item memory in cache (in MB). |
|
Parameter | Description | Default |
---|---|---|
| Image registry for Immuta deploy tools image. | Value from |
| Image repository for Immuta deploy tools image. |
|
| Image tag for Immuta deploy tools image. |
|
| Image digest for the Immuta deploy tools image in format of | |
| Image pull policy. | Value from |
Parameter | Description | Default |
---|---|---|
| Enable nginx ingress deployment |
|
| Pod level security features. |
|
| Container level security features. |
|
| Image registry for the Nginx Ingress controller image. | Value from |
| Image repository for the Nginx Ingress controller image. |
|
| Image tag for the Nginx Ingress controller image. |
|
| Image digest for the Immuta Nginx Ingress controller image in format of | |
| ImagePullPolicy for the Nginx Ingress controller container. |
|
| Use |
|
| Use |
|
| Used to set arbitrary annotations on the Nginx Ingress Service. |
|
| Controller service type. |
|
| Whether or not to use an internal ELB |
|
| ARN for ACM certificate | |
| Number of controller replicas |
|
| Minimum ready seconds |
|
| Election ID for nginx ingress controller |
|
| Run nginx ingress controller on host network |
|
| Controller proxy read timeout. |
|
| Controller proxy send timeout. |
|
| Additional annotations to apply to nginx ingress controller pods. |
|
| Additional labels to apply to nginx ingress controller pods. |
|
| Node selector for nginx ingress controller pods. |
|
| Tolerations for nginx ingress controller pods. |
|
| Container resources. |
|
Deprecation Warning
The following values are deprecated. Values should be migrated to cache
and cache.memcached
. See Cache for replacement values.
Parameter | Description | Default |
---|---|---|
| Minimum pdb available. |
|
| Limit for max item memory in cache (in MB). |
|
| Container resources. |
|
| Additional annotations to apply to memcached pods. |
|
| Additional labels to apply to memcached pods. |
|
| Node selector for memcached pods. |
|
| Tolerations for memcached pods. |
|