# Configure

Introduced in 2024.2, the Immuta Enterprise Helm chart (IEHC) is an entirely new Helm chart used to deploy Immuta. This section guides you through configuring the IEHC to finish and prepare your installation for a production environment.

## [Cosign verification](/2024.2/self-managed-deployment/configure/cosign-verification.md)

Verify artifacts hosted on the ocir.immuta.com OCI registry.

## [Ingress configuration](/2024.2/self-managed-deployment/configure/ingress-configuration.md)

Configure [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) to complete your installation and access your Immuta application.

## [TLS configuration](/2024.2/self-managed-deployment/configure/tls-configuration.md)

Configure TLS termination for an Ingress resource.

## [Immuta in production](/2024.2/self-managed-deployment/configure/immuta-in-production.md)

Follow these best practices when deploying Immuta in your production environment.

## [External cache configuration](/2024.2/self-managed-deployment/configure/external-cache-configuration.md)

Configure an external key-value cache (such as Redis or Memcached) with the Immuta Enterprise Helm chart.

## [Rotating credentials](/2024.2/self-managed-deployment/configure/rotating-credentials.md)

Update the credentials referenced in the Immuta Enterprise Helm chart.

## [Enabling legacy query engine and fingerprint](/2024.2/self-managed-deployment/configure/enabling-legacy-query-engine-and-fingerprint.md)

Enable these legacy services for your deployment if they are required for your business use case:

* If you are using any of the data platforms below, you must enable the query engine:
  * Amazon Redshift
  * Azure Synapse Analytics
  * Google BigQuery
  * [Any legacy database](/2024.2/releases/support-matrix.md#legacy-databases)
* If you are using the legacy sensitive data discovery (SDD) feature, you must enable the query engine and fingerprint services.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.immuta.com/2024.2/self-managed-deployment/configure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
