# Redpanda Helm Chart Specification

> For the complete documentation index, see [llms.txt](https://docs.redpanda.com/llms.txt). Component-specific: [streaming-full.txt](https://docs.redpanda.com/streaming-full.txt)

---
title: Redpanda Helm Chart Specification
latest-redpanda-tag: v24.3.9
latest-console-tag: v3.7.3
latest-operator-version: v26.1.4
# EOL = End-of-Life (support lifecycle status)
page-is-nearing-eol: "false"
page-is-past-eol: "true"
page-eol-date: December 3, 2025
latest-connect-version: 4.93.0
docname: k-redpanda-helm-spec
page-component-name: streaming
page-version: "24.3"
page-component-version: "24.3"
page-component-title: Streaming
page-relative-src-path: k-redpanda-helm-spec.adoc
page-edit-url: https://github.com/redpanda-data/docs/edit/v/24.3/modules/reference/pages/k-redpanda-helm-spec.adoc
page-git-created-date: "2024-01-04"
page-git-modified-date: "2025-02-07"
support-status: past end-of-life
---

<!-- Source: https://docs.redpanda.com/streaming/24.3/reference/k-redpanda-helm-spec.md -->

![Version: 5.9.20](https://img.shields.io/badge/Version-5.9.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v24.3.5](https://img.shields.io/badge/AppVersion-v24.3.5-informational?style=flat-square)

This page describes the official Redpanda Helm Chart. In particular, this page describes the contents of the chart’s [`values.yaml` file](https://github.com/redpanda-data/helm-charts/blob/main/charts/redpanda/values.yaml). Each of the settings is listed and described on this page, along with any default values.

For instructions on how to install and use the chart, including how to override and customize the chart’s values, refer to the [deployment documentation](https://docs.redpanda.com/docs/deploy/deployment-option/self-hosted/kubernetes/kubernetes-deploy/).

* * *

Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

## [](#source-code)Source Code

-   [https://github.com/redpanda-data/redpanda-operator/tree/main/charts/redpanda](https://github.com/redpanda-data/redpanda-operator/tree/main/charts/redpanda)


## [](#requirements)Requirements

Kubernetes: `>= 1.25.0-0`

| Repository | Name | Version |
| --- | --- | --- |
| https://charts.redpanda.com | connectors | >=0.1.2 <1.0 |
| https://charts.redpanda.com | console | >=0.5 <1.0 |

## [](#settings)Settings

### [](#affinity)[affinity](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=affinity)

Affinity constraints for scheduling Pods, can override this for StatefulSets and Jobs. For details, see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity).

**Default:** `{}`

### [](#auditlogging)[auditLogging](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=auditLogging)

Audit logging for a redpanda cluster, must have enabled sasl and have one kafka listener supporting sasl authentication for audit logging to work. Note this feature is only available for redpanda versions >= v23.3.0.

**Default:**

{"clientMaxBufferSize":16777216,"enabled":false,"enabledEventTypes":null,"excludedPrincipals":null,"excludedTopics":null,"listener":"internal","partitions":12,"queueDrainIntervalMs":500,"queueMaxBufferSizePerShard":1048576,"replicationFactor":null}

### [](#auditlogging-clientmaxbuffersize)[auditLogging.clientMaxBufferSize](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=auditLogging.clientMaxBufferSize)

Defines the number of bytes (in bytes) allocated by the internal audit client for audit messages.

**Default:** `16777216`

### [](#auditlogging-enabled)[auditLogging.enabled](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=auditLogging.enabled)

Enable or disable audit logging, for production clusters we suggest you enable, however, this will only work if you also enable sasl and a listener with sasl enabled.

**Default:** `false`

### [](#auditlogging-enabledeventtypes)[auditLogging.enabledEventTypes](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=auditLogging.enabledEventTypes)

Event types that should be captured by audit logs, default is \[`admin`, `authenticate`, `management`\].

**Default:** `nil`

### [](#auditlogging-excludedprincipals)[auditLogging.excludedPrincipals](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=auditLogging.excludedPrincipals)

List of principals to exclude from auditing, default is null.

**Default:** `nil`

### [](#auditlogging-excludedtopics)[auditLogging.excludedTopics](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=auditLogging.excludedTopics)

List of topics to exclude from auditing, default is null.

**Default:** `nil`

### [](#auditlogging-listener)[auditLogging.listener](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=auditLogging.listener)

Kafka listener name, note that it must have `authenticationMethod` set to `sasl`. For external listeners, use the external listener name, such as `default`.

**Default:** `"internal"`

### [](#auditlogging-partitions)[auditLogging.partitions](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=auditLogging.partitions)

Integer value defining the number of partitions used by a newly created audit topic.

**Default:** `12`

### [](#auditlogging-queuedrainintervalms)[auditLogging.queueDrainIntervalMs](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=auditLogging.queueDrainIntervalMs)

In ms, frequency in which per shard audit logs are batched to client for write to audit log.

**Default:** `500`

### [](#auditlogging-queuemaxbuffersizepershard)[auditLogging.queueMaxBufferSizePerShard](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=auditLogging.queueMaxBufferSizePerShard)

Defines the maximum amount of memory used (in bytes) by the audit buffer in each shard.

**Default:** `1048576`

### [](#auditlogging-replicationfactor)[auditLogging.replicationFactor](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=auditLogging.replicationFactor)

Defines the replication factor for a newly created audit log topic. This configuration applies only to the audit log topic and may be different from the cluster or other topic configurations. This cannot be altered for existing audit log topics. Setting this value is optional. If a value is not provided, Redpanda will use the `internal_topic_replication_factor cluster` config value. Default is `null`

**Default:** `nil`

### [](#auth)[auth](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=auth)

Authentication settings. For details, see the [SASL documentation](https://docs.redpanda.com/docs/manage/kubernetes/security/sasl-kubernetes/).

**Default:**

{"sasl":{"bootstrapUser":{"mechanism":"SCRAM-SHA-256"},"enabled":false,"mechanism":"SCRAM-SHA-512","secretRef":"redpanda-users","users":\[\]}}

### [](#auth-sasl-bootstrapuser)[auth.sasl.bootstrapUser](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=auth.sasl.bootstrapUser)

Details about how to create the bootstrap user for the cluster. The secretKeyRef is optionally specified. If it is specified, the chart will use a password written to that secret when creating the `kubernetes-controller'' bootstrap user. If it is unspecified, then the secret will be generated and stored in the secret` releasename''-bootstrap-user, with the key \`\`password''.

**Default:**

{"mechanism":"SCRAM-SHA-256"}

### [](#auth-sasl-bootstrapuser-mechanism)[auth.sasl.bootstrapUser.mechanism](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=auth.sasl.bootstrapUser.mechanism)

The authentication mechanism to use for the bootstrap user. Options are `SCRAM-SHA-256` and `SCRAM-SHA-512`.

**Default:** `"SCRAM-SHA-256"`

### [](#auth-sasl-enabled)[auth.sasl.enabled](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=auth.sasl.enabled)

Enable SASL authentication. If you enable SASL authentication, you must provide a Secret in `auth.sasl.secretRef`.

**Default:** `false`

### [](#auth-sasl-mechanism)[auth.sasl.mechanism](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=auth.sasl.mechanism)

The authentication mechanism to use for the superuser. Options are `SCRAM-SHA-256` and `SCRAM-SHA-512`.

**Default:** `"SCRAM-SHA-512"`

### [](#auth-sasl-secretref)[auth.sasl.secretRef](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=auth.sasl.secretRef)

A Secret that contains your superuser credentials. For details, see the [SASL documentation](https://docs.redpanda.com/docs/manage/kubernetes/security/sasl-kubernetes/#use-secrets).

**Default:** `"redpanda-users"`

### [](#auth-sasl-users)[auth.sasl.users](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=auth.sasl.users)

Optional list of superusers. These superusers will be created in the Secret whose name is defined in `auth.sasl.secretRef`. If this list is empty, the Secret in `auth.sasl.secretRef` must already exist in the cluster before you deploy the chart. Uncomment the sample list if you wish to try adding sample sasl users or override to use your own.

**Default:** `[]`

### [](#clusterdomain)[clusterDomain](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=clusterDomain)

Default Kubernetes cluster domain.

**Default:** `"cluster.local"`

### [](#commonlabels)[commonLabels](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=commonLabels)

Additional labels to add to all Kubernetes objects. For example, `my.k8s.service: redpanda`.

**Default:** `{}`

### [](#config)[config](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=config)

This section contains various settings supported by Redpanda that may not work correctly in a Kubernetes cluster. Changing these settings comes with some risk. Use these settings to customize various Redpanda configurations that are not covered in other sections. These values have no impact on the configuration or behavior of the Kubernetes objects deployed by Helm, and therefore should not be modified for the purpose of configuring those objects. Instead, these settings get passed directly to the Redpanda binary at startup. For descriptions of these properties, see the [configuration documentation](https://docs.redpanda.com/docs/cluster-administration/configuration/).

**Default:**

{"cluster":{},"node":{"crash\_loop\_limit":5},"pandaproxy\_client":{},"rpk":{},"schema\_registry\_client":{},"tunable":{"compacted\_log\_segment\_size":67108864,"kafka\_connection\_rate\_limit":1000,"log\_segment\_size\_max":268435456,"log\_segment\_size\_min":16777216,"max\_compacted\_log\_segment\_size":536870912}}

### [](#config-cluster)[config.cluster](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=config.cluster)

[Cluster Configuration Properties](https://docs.redpanda.com/current/reference/properties/cluster-properties/)

**Default:** `{}`

### [](#config-node)[config.node](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=config.node)

[Broker (node) Configuration Properties](https://docs.redpanda.com/docs/reference/broker-properties/).

**Default:** `{"crash_loop_limit":5}`

### [](#config-node-crash_loop_limit)[config.node.crash_loop_limit](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=config.node.crash_loop_limit)

Crash loop limit A limit on the number of consecutive times a broker can crash within one hour before its crash-tracking logic is reset. This limit prevents a broker from getting stuck in an infinite cycle of crashes. User can disable this crash loop limit check by the following action: \* One hour elapses since the last crash \* The node configuration file, redpanda.yaml, is updated via config.cluster or config.node or config.tunable objects \* The startup\_log file in the node’s data\_directory is manually deleted Default to 5 REF: [https://docs.redpanda.com/current/reference/broker-properties/#crash\_loop\_limit](https://docs.redpanda.com/current/reference/broker-properties/#crash_loop_limit)

**Default:** `5`

### [](#config-tunable)[config.tunable](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=config.tunable)

Tunable cluster properties. Deprecated: all settings here may be specified via `config.cluster`.

**Default:**

{"compacted\_log\_segment\_size":67108864,"kafka\_connection\_rate\_limit":1000,"log\_segment\_size\_max":268435456,"log\_segment\_size\_min":16777216,"max\_compacted\_log\_segment\_size":536870912}

### [](#config-tunable-compacted_log_segment_size)[config.tunable.compacted_log_segment_size](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=config.tunable.compacted_log_segment_size)

See the [property reference documentation](https://docs.redpanda.com/docs/reference/cluster-properties/#compacted_log_segment_size).

**Default:** `67108864`

### [](#config-tunable-kafka_connection_rate_limit)[config.tunable.kafka_connection_rate_limit](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=config.tunable.kafka_connection_rate_limit)

See the [property reference documentation](https://docs.redpanda.com/docs/reference/cluster-properties/#kafka_connection_rate_limit).

**Default:** `1000`

### [](#config-tunable-log_segment_size_max)[config.tunable.log_segment_size_max](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=config.tunable.log_segment_size_max)

See the [property reference documentation](https://docs.redpanda.com/docs/reference/cluster-properties/#log_segment_size_max).

**Default:** `268435456`

### [](#config-tunable-log_segment_size_min)[config.tunable.log_segment_size_min](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=config.tunable.log_segment_size_min)

See the [property reference documentation](https://docs.redpanda.com/docs/reference/cluster-properties/#log_segment_size_min).

**Default:** `16777216`

### [](#config-tunable-max_compacted_log_segment_size)[config.tunable.max_compacted_log_segment_size](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=config.tunable.max_compacted_log_segment_size)

See the [property reference documentation](https://docs.redpanda.com/docs/reference/cluster-properties/#max_compacted_log_segment_size).

**Default:** `536870912`

### [](#connectors)[connectors](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=connectors)

Redpanda Managed Connectors settings For a reference of configuration settings, see the [Redpanda Connectors documentation](https://docs.redpanda.com/docs/deploy/deployment-option/cloud/managed-connectors/).

**Default:**

{"deployment":{"create":false},"enabled":false,"test":{"create":false}}

### [](#console)[console](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=console)

Redpanda Console settings. For a reference of configuration settings, see the [Redpanda Console documentation](https://docs.redpanda.com/docs/reference/console/config/).

**Default:**

{"config":{},"configmap":{"create":false},"deployment":{"create":false},"enabled":true,"secret":{"create":false}}

### [](#enterprise)[enterprise](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=enterprise)

Enterprise (optional) For details, see the [License documentation](https://docs.redpanda.com/docs/get-started/licenses/?platform=kubernetes#redpanda-enterprise-edition).

**Default:**

{"license":"","licenseSecretRef":{}}

### [](#enterprise-license)[enterprise.license](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=enterprise.license)

license (optional).

**Default:** `""`

### [](#enterprise-licensesecretref)[enterprise.licenseSecretRef](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=enterprise.licenseSecretRef)

Secret name and key where the license key is stored.

**Default:** `{}`

### [](#external)[external](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=external)

External access settings. For details, see the [Networking and Connectivity documentation](https://docs.redpanda.com/docs/manage/kubernetes/networking/networking-and-connectivity/).

**Default:**

{"enabled":true,"service":{"enabled":true},"type":"NodePort"}

### [](#external-enabled)[external.enabled](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=external.enabled)

Enable external access for each Service. You can toggle external access for each listener in `listeners.<service name>.external.<listener-name>.enabled`.

**Default:** `true`

### [](#external-service)[external.service](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=external.service)

Service allows you to manage the creation of an external kubernetes service object

**Default:** `{"enabled":true}`

### [](#external-service-enabled)[external.service.enabled](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=external.service.enabled)

Enabled if set to false will not create the external service type You can still set your cluster with external access but not create the supporting service (NodePort/LoadBalander). Set this to false if you rather manage your own service.

**Default:** `true`

### [](#external-type)[external.type](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=external.type)

External access type. Only `NodePort` and `LoadBalancer` are supported. If undefined, then advertised listeners will be configured in Redpanda, but the helm chart will not create a Service. You must create a Service manually. Warning: If you use LoadBalancers, you will likely experience higher latency and increased packet loss. NodePort is recommended in cases where latency is a priority.

**Default:** `"NodePort"`

### [](#fullnameoverride)[fullnameOverride](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=fullnameOverride)

Override `redpanda.fullname` template.

**Default:** `""`

### [](#image)[image](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=image)

Redpanda Docker image settings.

**Default:**

{"pullPolicy":"IfNotPresent","repository":"docker.redpanda.com/redpandadata/redpanda","tag":""}

### [](#image-pullpolicy)[image.pullPolicy](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=image.pullPolicy)

The imagePullPolicy. If `image.tag` is ``latest', the default is `Always``.

**Default:** `"IfNotPresent"`

### [](#image-repository)[image.repository](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=image.repository)

Docker repository from which to pull the Redpanda Docker image.

**Default:**

"docker.redpanda.com/redpandadata/redpanda"

### [](#image-tag)[image.tag](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=image.tag)

The Redpanda version. See DockerHub for: [All stable versions](https://hub.docker.com/r/redpandadata/redpanda/tags) and [all unstable versions](https://hub.docker.com/r/redpandadata/redpanda-unstable/tags).

**Default:** `Chart.appVersion`.

### [](#imagepullsecrets)[imagePullSecrets](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=imagePullSecrets)

Pull secrets may be used to provide credentials to image repositories See the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/).

**Default:** `[]`

### [](#license_key)[license_key](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=license_key)

DEPRECATED Enterprise license key (optional). For details, see the [License documentation](https://docs.redpanda.com/docs/get-started/licenses/?platform=kubernetes#redpanda-enterprise-edition).

**Default:** `""`

### [](#license_secret_ref)[license_secret_ref](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=license_secret_ref)

DEPRECATED Secret name and secret key where the license key is stored.

**Default:** `{}`

### [](#listeners)[listeners](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=listeners)

Listener settings. Override global settings configured above for individual listeners. For details, see the [listeners documentation](https://docs.redpanda.com/docs/manage/kubernetes/networking/configure-listeners/).

**Default:**

{"admin":{"external":{"default":{"advertisedPorts":\[31644\],"port":9645,"tls":{"cert":"external"}}},"port":9644,"tls":{"cert":"default","requireClientAuth":false}},"http":{"authenticationMethod":null,"enabled":true,"external":{"default":{"advertisedPorts":\[30082\],"authenticationMethod":null,"port":8083,"tls":{"cert":"external","requireClientAuth":false}}},"kafkaEndpoint":"default","port":8082,"tls":{"cert":"default","requireClientAuth":false}},"kafka":{"authenticationMethod":null,"external":{"default":{"advertisedPorts":\[31092\],"authenticationMethod":null,"port":9094,"tls":{"cert":"external"}}},"port":9093,"tls":{"cert":"default","requireClientAuth":false}},"rpc":{"port":33145,"tls":{"cert":"default","requireClientAuth":false}},"schemaRegistry":{"authenticationMethod":null,"enabled":true,"external":{"default":{"advertisedPorts":\[30081\],"authenticationMethod":null,"port":8084,"tls":{"cert":"external","requireClientAuth":false}}},"kafkaEndpoint":"default","port":8081,"tls":{"cert":"default","requireClientAuth":false}}}

### [](#listeners-admin)[listeners.admin](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=listeners.admin)

Admin API listener (only one).

**Default:**

{"external":{"default":{"advertisedPorts":\[31644\],"port":9645,"tls":{"cert":"external"}}},"port":9644,"tls":{"cert":"default","requireClientAuth":false}}

### [](#listeners-admin-external)[listeners.admin.external](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=listeners.admin.external)

Optional external access settings.

**Default:**

{"default":{"advertisedPorts":\[31644\],"port":9645,"tls":{"cert":"external"}}}

### [](#listeners-admin-external-default)[listeners.admin.external.default](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=listeners.admin.external.default)

Name of the external listener.

**Default:**

{"advertisedPorts":\[31644\],"port":9645,"tls":{"cert":"external"}}

### [](#listeners-admin-external-default-tls)[listeners.admin.external.default.tls](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=listeners.admin.external.default.tls)

The port advertised to this listener’s external clients. List one port if you want to use the same port for each broker (would be the case when using NodePort service). Otherwise, list the port you want to use for each broker in order of StatefulSet replicas. If undefined, `listeners.admin.port` is used.

**Default:** `{"cert":"external"}`

### [](#listeners-admin-port)[listeners.admin.port](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=listeners.admin.port)

The port for both internal and external connections to the Admin API.

**Default:** `9644`

### [](#listeners-admin-tls)[listeners.admin.tls](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=listeners.admin.tls)

Optional TLS section (required if global TLS is enabled)

**Default:**

{"cert":"default","requireClientAuth":false}

### [](#listeners-admin-tls-cert)[listeners.admin.tls.cert](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=listeners.admin.tls.cert)

Name of the Certificate used for TLS (must match a Certificate name that is registered in tls.certs).

**Default:** `"default"`

### [](#listeners-admin-tls-requireclientauth)[listeners.admin.tls.requireClientAuth](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=listeners.admin.tls.requireClientAuth)

If true, the truststore file for this listener is included in the ConfigMap.

**Default:** `false`

### [](#listeners-http)[listeners.http](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=listeners.http)

HTTP API listeners (aka PandaProxy).

**Default:**

{"authenticationMethod":null,"enabled":true,"external":{"default":{"advertisedPorts":\[30082\],"authenticationMethod":null,"port":8083,"tls":{"cert":"external","requireClientAuth":false}}},"kafkaEndpoint":"default","port":8082,"tls":{"cert":"default","requireClientAuth":false}}

### [](#listeners-kafka)[listeners.kafka](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=listeners.kafka)

Kafka API listeners.

**Default:**

{"authenticationMethod":null,"external":{"default":{"advertisedPorts":\[31092\],"authenticationMethod":null,"port":9094,"tls":{"cert":"external"}}},"port":9093,"tls":{"cert":"default","requireClientAuth":false}}

### [](#listeners-kafka-external-default-advertisedports)[listeners.kafka.external.default.advertisedPorts](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=listeners.kafka.external.default.advertisedPorts)

If undefined, `listeners.kafka.external.default.port` is used.

**Default:** `[31092]`

### [](#listeners-kafka-external-default-port)[listeners.kafka.external.default.port](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=listeners.kafka.external.default.port)

The port used for external client connections.

**Default:** `9094`

### [](#listeners-kafka-port)[listeners.kafka.port](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=listeners.kafka.port)

The port for internal client connections.

**Default:** `9093`

### [](#listeners-rpc)[listeners.rpc](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=listeners.rpc)

RPC listener (this is never externally accessible).

**Default:**

{"port":33145,"tls":{"cert":"default","requireClientAuth":false}}

### [](#listeners-schemaregistry)[listeners.schemaRegistry](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=listeners.schemaRegistry)

Schema registry listeners.

**Default:**

{"authenticationMethod":null,"enabled":true,"external":{"default":{"advertisedPorts":\[30081\],"authenticationMethod":null,"port":8084,"tls":{"cert":"external","requireClientAuth":false}}},"kafkaEndpoint":"default","port":8081,"tls":{"cert":"default","requireClientAuth":false}}

### [](#logging)[logging](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=logging)

Log-level settings.

**Default:**

{"logLevel":"info","usageStats":{"enabled":true}}

### [](#logging-loglevel)[logging.logLevel](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=logging.logLevel)

Log level Valid values (from least to most verbose) are: `warn`, `info`, `debug`, and `trace`.

**Default:** `"info"`

### [](#logging-usagestats)[logging.usageStats](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=logging.usageStats)

Send usage statistics back to Redpanda Data. For details, see the [stats reporting documentation](https://docs.redpanda.com/docs/cluster-administration/monitoring/#stats-reporting).

**Default:** `{"enabled":true}`

### [](#monitoring)[monitoring](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=monitoring)

Monitoring. This will create a ServiceMonitor that can be used by Prometheus-Operator or VictoriaMetrics-Operator to scrape the metrics.

**Default:**

{"enabled":false,"labels":{},"scrapeInterval":"30s"}

### [](#nameoverride)[nameOverride](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=nameOverride)

Override `redpanda.name` template.

**Default:** `""`

### [](#nodeselector)[nodeSelector](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=nodeSelector)

Node selection constraints for scheduling Pods, can override this for StatefulSets. For details, see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector).

**Default:** `{}`

### [](#post_install_job-affinity)[post_install_job.affinity](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=post_install_job.affinity)

**Default:** `{}`

### [](#post_install_job-enabled)[post_install_job.enabled](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=post_install_job.enabled)

**Default:** `true`

### [](#post_install_job-podtemplate-annotations)[post_install_job.podTemplate.annotations](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=post_install_job.podTemplate.annotations)

Annotations to apply (or overwrite the default) to the Pods of this Job.

**Default:** `{}`

### [](#post_install_job-podtemplate-labels)[post_install_job.podTemplate.labels](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=post_install_job.podTemplate.labels)

Labels to apply (or overwrite the default) to the Pods of this Job.

**Default:** `{}`

### [](#post_install_job-podtemplate-spec)[post_install_job.podTemplate.spec](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=post_install_job.podTemplate.spec)

A subset of Kubernetes’ PodSpec type that will be merged into the final PodSpec. See [Merge Semantics](#merging-semantics) for details.

**Default:**

{"containers":\[{"env":\[\],"name":"post-install","securityContext":{}}\],"securityContext":{}}

### [](#rackawareness)[rackAwareness](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=rackAwareness)

Rack Awareness settings. For details, see the [Rack Awareness documentation](https://docs.redpanda.com/docs/manage/kubernetes/kubernetes-rack-awareness/).

**Default:**

{"enabled":false,"nodeAnnotation":"topology.kubernetes.io/zone"}

### [](#rackawareness-enabled)[rackAwareness.enabled](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=rackAwareness.enabled)

When running in multiple racks or availability zones, use a Kubernetes Node annotation value as the Redpanda rack value. Enabling this requires running with a service account with `` `get'' Node permissions. To have the Helm chart configure these permissions, set `serviceAccount.create=true `` and `rbac.enabled=true`.

**Default:** `false`

### [](#rackawareness-nodeannotation)[rackAwareness.nodeAnnotation](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=rackAwareness.nodeAnnotation)

The common well-known annotation to use as the rack ID. Override this only if you use a custom Node annotation.

**Default:**

"topology.kubernetes.io/zone"

### [](#rbac)[rbac](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=rbac)

Role Based Access Control.

**Default:**

{"annotations":{},"enabled":false}

### [](#rbac-annotations)[rbac.annotations](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=rbac.annotations)

Annotations to add to the `rbac` resources.

**Default:** `{}`

### [](#rbac-enabled)[rbac.enabled](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=rbac.enabled)

Enable for features that need extra privileges. If you use the Redpanda Operator, you must deploy it with the `--set rbac.createRPKBundleCRs=true` flag to give it the required ClusterRoles.

**Default:** `false`

### [](#resources)[resources](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=resources)

Pod resource management. This section simplifies resource allocation for the redpanda container by providing a single location where resources are defined.

Resources may be specified by either setting `resources.cpu` and `resources.memory` (the default) or by setting `resources.requests` and `resources.limits`.

For details on `resources.cpu` and `resources.memory`, see their respective documentation below.

When `resources.limits` and `resources.requests` are set, the redpanda container’s resources will be set to exactly the provided values. This allows users to granularly control limits and requests to best suit their use case. For example: `resources.requests.cpu` may be set without setting `resources.limits.cpu` to avoid the potential of CPU throttling.

Redpanda’s resource related CLI flags will then be calculated as follows: \* `--smp max(1, floor(coalesce(resources.requests.cpu, resources.limits.cpu)))` \* `--memory coalesce(resources.requests.memory, resources.limits.memory) * 90%` \* `--reserve-memory 0` \* `--overprovisioned coalesce(resources.requests.cpu, resources.limits.cpu) < 1000m`

If neither a request nor a limit is provided for cpu or memory, the corresponding flag will be omitted. As a result, setting `resources.limits` and `resources.requests` to `{}` will result in redpanda being run without `--smp` or `--memory`. (This is not recommended).

If the computed CLI flags are undesirable, they may be overridden by specifying the desired value through `statefulset.additionalRedpandaCmdFlags`.

The default values are for a development environment. Production-level values and other considerations are documented, where those values are different from the default. For details, see the [Pod resources documentation](https://docs.redpanda.com/docs/manage/kubernetes/manage-resources/).

**Default:**

{"cpu":{"cores":1},"memory":{"container":{"max":"2.5Gi"}}}

### [](#resources-cpu)[resources.cpu](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=resources.cpu)

CPU resources. For details, see the [Pod resources documentation](https://docs.redpanda.com/docs/manage/kubernetes/manage-resources/#configure-cpu-resources).

**Default:** `{"cores":1}`

### [](#resources-cpu-cores)[resources.cpu.cores](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=resources.cpu.cores)

Redpanda makes use of a thread per core model. For details, see this [blog](https://redpanda.com/blog/tpc-buffers). For this reason, Redpanda should only be given full cores. Note: You can increase cores, but decreasing cores is supported only from 24.3 Redpanda version. This setting is equivalent to `--smp`, `resources.requests.cpu`, and `resources.limits.cpu`. For production, use `4` or greater. To maximize efficiency, use the `static` CPU manager policy by specifying an even integer for CPU resource requests and limits. This policy gives the Pods running Redpanda brokers access to exclusive CPUs on the node. See [https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/#static-policy](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/#static-policy).

**Default:** `1`

### [](#resources-memory)[resources.memory](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=resources.memory)

Memory resources For details, see the [Pod resources documentation](https://docs.redpanda.com/docs/manage/kubernetes/manage-resources/#configure-memory-resources).

**Default:**

{"container":{"max":"2.5Gi"}}

### [](#resources-memory-container)[resources.memory.container](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=resources.memory.container)

Enables memory locking. For production, set to `true`. enable\_memory\_locking: false It is recommended to have at least 2Gi of memory per core for the Redpanda binary. This memory is taken from the total memory given to each container. The Helm chart allocates 80% of the container’s memory to Redpanda, leaving the rest for other container processes. So at least 2.5Gi per core is recommended in order to ensure Redpanda has a full 2Gi. These values affect `--memory` and `--reserve-memory` flags passed to Redpanda and the memory requests/limits in the StatefulSet. Valid suffixes: k, M, G, T, P, Ki, Mi, Gi, Ti, Pi To create `Guaranteed` Pod QoS for Redpanda brokers, provide both container max and min values for the container. For details, see [https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed](https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed) \* Every container in the Pod must have a memory limit and a memory request. \* For every container in the Pod, the memory limit must equal the memory request.

**Default:** `{"max":"2.5Gi"}`

### [](#resources-memory-container-max)[resources.memory.container.max](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=resources.memory.container.max)

Maximum memory count for each Redpanda broker. Equivalent to `resources.limits.memory`. For production, use `10Gi` or greater.

**Default:** `"2.5Gi"`

### [](#serviceaccount)[serviceAccount](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=serviceAccount)

Service account management.

**Default:**

{"annotations":{},"automountServiceAccountToken":false,"create":false,"name":""}

### [](#serviceaccount-annotations)[serviceAccount.annotations](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=serviceAccount.annotations)

Annotations to add to the service account.

**Default:** `{}`

### [](#serviceaccount-automountserviceaccounttoken)[serviceAccount.automountServiceAccountToken](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=serviceAccount.automountServiceAccountToken)

Specifies whether a service account should automount API-Credentials. The token is used in sidecars.controllers

**Default:** `false`

### [](#serviceaccount-create)[serviceAccount.create](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=serviceAccount.create)

Specifies whether a service account should be created.

**Default:** `false`

### [](#serviceaccount-name)[serviceAccount.name](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=serviceAccount.name)

The name of the service account to use. If not set and `serviceAccount.create` is `true`, a name is generated using the `redpanda.fullname` template.

**Default:** `""`

### [](#statefulset-additionalredpandacmdflags)[statefulset.additionalRedpandaCmdFlags](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.additionalRedpandaCmdFlags)

Additional flags to pass to redpanda,

**Default:** `[]`

### [](#statefulset-additionalselectorlabels)[statefulset.additionalSelectorLabels](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.additionalSelectorLabels)

Additional labels to be added to statefulset label selector. For example, `my.k8s.service: redpanda`.

**Default:** `{}`

### [](#statefulset-annotations)[statefulset.annotations](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.annotations)

DEPRECATED Please use statefulset.podTemplate.annotations. Annotations are used only for `Statefulset.spec.template.metadata.annotations`. The StatefulSet does not have any dedicated annotation.

**Default:** `{}`

### [](#statefulset-budget-maxunavailable)[statefulset.budget.maxUnavailable](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.budget.maxUnavailable)

**Default:** `1`

### [](#statefulset-extravolumemounts)[statefulset.extraVolumeMounts](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.extraVolumeMounts)

**Default:** `""`

### [](#statefulset-extravolumes)[statefulset.extraVolumes](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.extraVolumes)

**Default:** `""`

### [](#statefulset-initcontainerimage-repository)[statefulset.initContainerImage.repository](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.initContainerImage.repository)

**Default:** `"busybox"`

### [](#statefulset-initcontainerimage-tag)[statefulset.initContainerImage.tag](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.initContainerImage.tag)

**Default:** `"latest"`

### [](#statefulset-initcontainers-configurator-extravolumemounts)[statefulset.initContainers.configurator.extraVolumeMounts](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.initContainers.configurator.extraVolumeMounts)

**Default:** `""`

### [](#statefulset-initcontainers-configurator-resources)[statefulset.initContainers.configurator.resources](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.initContainers.configurator.resources)

To create `Guaranteed` Pods for Redpanda brokers, provide both requests and limits for CPU and memory. For details, see [https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed](https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed) \* Every container in the Pod must have a CPU limit and a CPU request. \* For every container in the Pod, the CPU limit must equal the CPU request.

**Default:** `{}`

### [](#statefulset-initcontainers-extrainitcontainers)[statefulset.initContainers.extraInitContainers](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.initContainers.extraInitContainers)

**Default:** `""`

### [](#statefulset-initcontainers-fsvalidator-enabled)[statefulset.initContainers.fsValidator.enabled](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.initContainers.fsValidator.enabled)

**Default:** `false`

### [](#statefulset-initcontainers-fsvalidator-expectedfs)[statefulset.initContainers.fsValidator.expectedFS](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.initContainers.fsValidator.expectedFS)

**Default:** `"xfs"`

### [](#statefulset-initcontainers-fsvalidator-extravolumemounts)[statefulset.initContainers.fsValidator.extraVolumeMounts](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.initContainers.fsValidator.extraVolumeMounts)

**Default:** `""`

### [](#statefulset-initcontainers-fsvalidator-resources)[statefulset.initContainers.fsValidator.resources](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.initContainers.fsValidator.resources)

To create `Guaranteed` Pods for Redpanda brokers, provide both requests and limits for CPU and memory. For details, see [https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed](https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed) \* Every container in the Pod must have a CPU limit and a CPU request. \* For every container in the Pod, the CPU limit must equal the CPU request.

**Default:** `{}`

### [](#statefulset-initcontainers-setdatadirownership-enabled)[statefulset.initContainers.setDataDirOwnership.enabled](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.initContainers.setDataDirOwnership.enabled)

In environments where root is not allowed, you cannot change the ownership of files and directories. Enable `setDataDirOwnership` when using default minikube cluster configuration.

**Default:** `false`

### [](#statefulset-initcontainers-setdatadirownership-extravolumemounts)[statefulset.initContainers.setDataDirOwnership.extraVolumeMounts](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.initContainers.setDataDirOwnership.extraVolumeMounts)

**Default:** `""`

### [](#statefulset-initcontainers-setdatadirownership-resources)[statefulset.initContainers.setDataDirOwnership.resources](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.initContainers.setDataDirOwnership.resources)

To create `Guaranteed` Pods for Redpanda brokers, provide both requests and limits for CPU and memory. For details, see [https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed](https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed) \* Every container in the Pod must have a CPU limit and a CPU request. \* For every container in the Pod, the CPU limit must equal the CPU request.

**Default:** `{}`

### [](#statefulset-initcontainers-settieredstoragecachedirownership-extravolumemounts)[statefulset.initContainers.setTieredStorageCacheDirOwnership.extraVolumeMounts](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.initContainers.setTieredStorageCacheDirOwnership.extraVolumeMounts)

**Default:** `""`

### [](#statefulset-initcontainers-settieredstoragecachedirownership-resources)[statefulset.initContainers.setTieredStorageCacheDirOwnership.resources](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.initContainers.setTieredStorageCacheDirOwnership.resources)

To create `Guaranteed` Pods for Redpanda brokers, provide both requests and limits for CPU and memory. For details, see [https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed](https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed) \* Every container in the Pod must have a CPU limit and a CPU request. \* For every container in the Pod, the CPU limit must equal the CPU request.

**Default:** `{}`

### [](#statefulset-initcontainers-tuning-extravolumemounts)[statefulset.initContainers.tuning.extraVolumeMounts](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.initContainers.tuning.extraVolumeMounts)

**Default:** `""`

### [](#statefulset-initcontainers-tuning-resources)[statefulset.initContainers.tuning.resources](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.initContainers.tuning.resources)

To create `Guaranteed` Pods for Redpanda brokers, provide both requests and limits for CPU and memory. For details, see [https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed](https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed) \* Every container in the Pod must have a CPU limit and a CPU request. \* For every container in the Pod, the CPU limit must equal the CPU request.

**Default:** `{}`

### [](#statefulset-livenessprobe-failurethreshold)[statefulset.livenessProbe.failureThreshold](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.livenessProbe.failureThreshold)

**Default:** `3`

### [](#statefulset-livenessprobe-initialdelayseconds)[statefulset.livenessProbe.initialDelaySeconds](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.livenessProbe.initialDelaySeconds)

**Default:** `10`

### [](#statefulset-livenessprobe-periodseconds)[statefulset.livenessProbe.periodSeconds](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.livenessProbe.periodSeconds)

**Default:** `10`

### [](#statefulset-nodeselector)[statefulset.nodeSelector](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.nodeSelector)

Node selection constraints for scheduling Pods of this StatefulSet. These constraints override the global `nodeSelector` value. For details, see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector).

**Default:** `{}`

### [](#statefulset-podaffinity)[statefulset.podAffinity](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.podAffinity)

Inter-Pod Affinity rules for scheduling Pods of this StatefulSet. For details, see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#inter-pod-affinity-and-anti-affinity).

**Default:** `{}`

### [](#statefulset-podantiaffinity)[statefulset.podAntiAffinity](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.podAntiAffinity)

Anti-affinity rules for scheduling Pods of this StatefulSet. For details, see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#inter-pod-affinity-and-anti-affinity). You may either edit the default settings for anti-affinity rules, or specify new anti-affinity rules to use instead of the defaults.

**Default:**

{"custom":{},"topologyKey":"kubernetes.io/hostname","type":"hard","weight":100}

### [](#statefulset-podantiaffinity-custom)[statefulset.podAntiAffinity.custom](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.podAntiAffinity.custom)

Change `podAntiAffinity.type` to `custom` and provide your own podAntiAffinity rules here.

**Default:** `{}`

### [](#statefulset-podantiaffinity-topologykey)[statefulset.podAntiAffinity.topologyKey](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.podAntiAffinity.topologyKey)

The topologyKey to be used. Can be used to spread across different nodes, AZs, regions etc.

**Default:** `"kubernetes.io/hostname"`

### [](#statefulset-podantiaffinity-type)[statefulset.podAntiAffinity.type](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.podAntiAffinity.type)

Valid anti-affinity types are `soft`, `hard`, or `custom`. Use `custom` if you want to supply your own anti-affinity rules in the `podAntiAffinity.custom` object.

**Default:** `"hard"`

### [](#statefulset-podantiaffinity-weight)[statefulset.podAntiAffinity.weight](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.podAntiAffinity.weight)

Weight for `soft` anti-affinity rules. Does not apply to other anti-affinity types.

**Default:** `100`

### [](#statefulset-podtemplate-annotations)[statefulset.podTemplate.annotations](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.podTemplate.annotations)

Additional annotations to apply to the Pods of the StatefulSet.

**Default:** `{}`

### [](#statefulset-podtemplate-labels)[statefulset.podTemplate.labels](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.podTemplate.labels)

Additional labels to apply to the Pods of the StatefulSet.

**Default:** `{}`

### [](#statefulset-podtemplate-spec)[statefulset.podTemplate.spec](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.podTemplate.spec)

A subset of Kubernetes’ PodSpec type that will be merged into the final PodSpec. See [Merge Semantics](#merging-semantics) for details.

**Default:**

{"containers":\[\],"securityContext":{}}

### [](#statefulset-priorityclassname)[statefulset.priorityClassName](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.priorityClassName)

PriorityClassName given to Pods of this StatefulSet. For details, see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass).

**Default:** `""`

### [](#statefulset-readinessprobe-failurethreshold)[statefulset.readinessProbe.failureThreshold](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.readinessProbe.failureThreshold)

**Default:** `3`

### [](#statefulset-readinessprobe-initialdelayseconds)[statefulset.readinessProbe.initialDelaySeconds](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.readinessProbe.initialDelaySeconds)

**Default:** `1`

### [](#statefulset-readinessprobe-periodseconds)[statefulset.readinessProbe.periodSeconds](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.readinessProbe.periodSeconds)

**Default:** `10`

### [](#statefulset-readinessprobe-successthreshold)[statefulset.readinessProbe.successThreshold](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.readinessProbe.successThreshold)

**Default:** `1`

### [](#statefulset-replicas)[statefulset.replicas](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.replicas)

Number of Redpanda brokers (Redpanda Data recommends setting this to the number of worker nodes in the cluster)

**Default:** `3`

### [](#statefulset-securitycontext)[statefulset.securityContext](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.securityContext)

DEPRECATED: Prefer to use podTemplate.spec.securityContext or podTemplate.spec.containers\[0\\\].securityContext.

**Default:**

{"fsGroup":101,"fsGroupChangePolicy":"OnRootMismatch","runAsUser":101}

### [](#statefulset-sidecars-configwatcher-enabled)[statefulset.sideCars.configWatcher.enabled](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.configWatcher.enabled)

**Default:** `true`

### [](#statefulset-sidecars-configwatcher-extravolumemounts)[statefulset.sideCars.configWatcher.extraVolumeMounts](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.configWatcher.extraVolumeMounts)

**Default:** `""`

### [](#statefulset-sidecars-configwatcher-resources)[statefulset.sideCars.configWatcher.resources](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.configWatcher.resources)

To create `Guaranteed` Pods for Redpanda brokers, provide both requests and limits for CPU and memory. For details, see [https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed](https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed) \* Every container in the Pod must have a memory limit and a memory request. \* For every container in the Pod, the memory limit must equal the memory request. \* Every container in the Pod must have a CPU limit and a CPU request. \* For every container in the Pod, the CPU limit must equal the CPU request. To maximize efficiency, use the `static` CPU manager policy by specifying an even integer for CPU resource requests and limits. This policy gives the Pods running Redpanda brokers access to exclusive CPUs on the node. For details, see [https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/#static-policy](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/#static-policy)

**Default:** `{}`

### [](#statefulset-sidecars-configwatcher-securitycontext)[statefulset.sideCars.configWatcher.securityContext](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.configWatcher.securityContext)

**Default:** `{}`

### [](#statefulset-sidecars-controllers-createrbac)[statefulset.sideCars.controllers.createRBAC](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.controllers.createRBAC)

**Default:** `true`

### [](#statefulset-sidecars-controllers-enabled)[statefulset.sideCars.controllers.enabled](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.controllers.enabled)

**Default:** `false`

### [](#statefulset-sidecars-controllers-healthprobeaddress)[statefulset.sideCars.controllers.healthProbeAddress](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.controllers.healthProbeAddress)

**Default:** `":8085"`

### [](#statefulset-sidecars-controllers-image-repository)[statefulset.sideCars.controllers.image.repository](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.controllers.image.repository)

**Default:**

"docker.redpanda.com/redpandadata/redpanda-operator"

### [](#statefulset-sidecars-controllers-image-tag)[statefulset.sideCars.controllers.image.tag](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.controllers.image.tag)

**Default:** `"v2.3.6-24.3.3"`

### [](#statefulset-sidecars-controllers-metricsaddress)[statefulset.sideCars.controllers.metricsAddress](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.controllers.metricsAddress)

**Default:** `":9082"`

### [](#statefulset-sidecars-controllers-pprofaddress)[statefulset.sideCars.controllers.pprofAddress](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.controllers.pprofAddress)

**Default:** `":9083"`

### [](#statefulset-sidecars-controllers-resources)[statefulset.sideCars.controllers.resources](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.controllers.resources)

To create `Guaranteed` Pods for Redpanda brokers, provide both requests and limits for CPU and memory. For details, see [https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed](https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed) \* Every container in the Pod must have a CPU limit and a CPU request. \* For every container in the Pod, the CPU limit must equal the CPU request. \* Every container in the Pod must have a CPU limit and a CPU request. \* For every container in the Pod, the CPU limit must equal the CPU request. To maximize efficiency, use the `static` CPU manager policy by specifying an even integer for CPU resource requests and limits. This policy gives the Pods running Redpanda brokers access to exclusive CPUs on the node. For details, see [https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/#static-policy](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/#static-policy)

**Default:** `{}`

### [](#statefulset-sidecars-controllers-run0)[statefulset.sideCars.controllers.run\[0](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.controllers.run%5B0%5D)\]

**Default:** `"all"`

### [](#statefulset-sidecars-controllers-securitycontext)[statefulset.sideCars.controllers.securityContext](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.controllers.securityContext)

**Default:** `{}`

### [](#statefulset-startupprobe)[statefulset.startupProbe](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.startupProbe)

Adjust the period for your probes to meet your needs. For details, see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes).

**Default:**

{"failureThreshold":120,"initialDelaySeconds":1,"periodSeconds":10}

### [](#statefulset-terminationgraceperiodseconds)[statefulset.terminationGracePeriodSeconds](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.terminationGracePeriodSeconds)

Termination grace period in seconds is time required to execute preStop hook which puts particular Redpanda Pod (process/container) into maintenance mode. Before settle down on particular value please put Redpanda under load and perform rolling upgrade or rolling restart. That value needs to accommodate two processes: \* preStop hook needs to put Redpanda into maintenance mode \* after preStop hook Redpanda needs to handle gracefully SIGTERM signal Both processes are executed sequentially where preStop hook has hard deadline in the middle of terminationGracePeriodSeconds. REF: [https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#hook-handler-execution](https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#hook-handler-execution) [https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination)

**Default:** `90`

### [](#statefulset-tolerations)[statefulset.tolerations](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.tolerations)

Taints to be tolerated by Pods of this StatefulSet. These tolerations override the global tolerations value. For details, see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/).

**Default:** `[]`

### [](#statefulset-topologyspreadconstraints0-maxskew)[statefulset.topologySpreadConstraints\[0\].maxSkew](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.topologySpreadConstraints%5B0%5D.maxSkew)

**Default:** `1`

### [](#statefulset-topologyspreadconstraints0-topologykey)[statefulset.topologySpreadConstraints\[0\].topologyKey](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.topologySpreadConstraints%5B0%5D.topologyKey)

**Default:**

"topology.kubernetes.io/zone"

### [](#statefulset-topologyspreadconstraints0-whenunsatisfiable)[statefulset.topologySpreadConstraints\[0\].whenUnsatisfiable](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.topologySpreadConstraints%5B0%5D.whenUnsatisfiable)

**Default:** `"ScheduleAnyway"`

### [](#statefulset-updatestrategy-type)[statefulset.updateStrategy.type](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.updateStrategy.type)

**Default:** `"RollingUpdate"`

### [](#storage)[storage](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=storage)

Persistence settings. For details, see the [storage documentation](https://docs.redpanda.com/docs/manage/kubernetes/configure-storage/).

**Default:**

{"hostPath":"","persistentVolume":{"annotations":{},"enabled":true,"labels":{},"nameOverwrite":"","size":"20Gi","storageClass":""},"tiered":{"config":{"cloud\_storage\_cache\_size":5368709120,"cloud\_storage\_enable\_remote\_read":true,"cloud\_storage\_enable\_remote\_write":true,"cloud\_storage\_enabled":false},"credentialsSecretRef":{"accessKey":{"configurationKey":"cloud\_storage\_access\_key"},"secretKey":{"configurationKey":"cloud\_storage\_secret\_key"}},"hostPath":"","mountType":"none","persistentVolume":{"annotations":{},"labels":{},"storageClass":""}}}

### [](#storage-hostpath)[storage.hostPath](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=storage.hostPath)

Absolute path on the host to store Redpanda’s data. If unspecified, then an `emptyDir` volume is used. If specified but `persistentVolume.enabled` is true, `storage.hostPath` has no effect.

**Default:** `""`

### [](#storage-persistentvolume)[storage.persistentVolume](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=storage.persistentVolume)

If `persistentVolume.enabled` is true, a PersistentVolumeClaim is created and used to store Redpanda’s data. Otherwise, `storage.hostPath` is used.

**Default:**

{"annotations":{},"enabled":true,"labels":{},"nameOverwrite":"","size":"20Gi","storageClass":""}

### [](#storage-persistentvolume-annotations)[storage.persistentVolume.annotations](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=storage.persistentVolume.annotations)

Additional annotations to apply to the created PersistentVolumeClaims.

**Default:** `{}`

### [](#storage-persistentvolume-labels)[storage.persistentVolume.labels](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=storage.persistentVolume.labels)

Additional labels to apply to the created PersistentVolumeClaims.

**Default:** `{}`

### [](#storage-persistentvolume-nameoverwrite)[storage.persistentVolume.nameOverwrite](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=storage.persistentVolume.nameOverwrite)

Option to change volume claim template name for tiered storage persistent volume if tiered.mountType is set to `persistentVolume`

**Default:** `""`

### [](#storage-persistentvolume-storageclass)[storage.persistentVolume.storageClass](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=storage.persistentVolume.storageClass)

To disable dynamic provisioning, set to `-`. If undefined or empty (default), then no storageClassName spec is set, and the default dynamic provisioner is chosen (gp2 on AWS, standard on GKE, AWS & OpenStack).

**Default:** `""`

### [](#storage-tiered-config)[storage.tiered.config](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=storage.tiered.config)

Tiered Storage settings Requires `enterprise.licenseKey` or `enterprised.licenseSecretRef` For details, see the [Tiered Storage documentation](https://docs.redpanda.com/docs/manage/kubernetes/tiered-storage/). For a list of properties, see [Object Storage Properties](https://docs.redpanda.com/current/reference/properties/object-storage-properties/).

**Default:**

{"cloud\_storage\_cache\_size":5368709120,"cloud\_storage\_enable\_remote\_read":true,"cloud\_storage\_enable\_remote\_write":true,"cloud\_storage\_enabled":false}

### [](#storage-tiered-config-cloud_storage_cache_size)[storage.tiered.config.cloud_storage_cache_size](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=storage.tiered.config.cloud_storage_cache_size)

Maximum size of the disk cache used by Tiered Storage. Default is 20 GiB. See the [property reference documentation](https://docs.redpanda.com/docs/reference/object-storage-properties/#cloud_storage_cache_size).

**Default:** `5368709120`

### [](#storage-tiered-config-cloud_storage_enable_remote_read)[storage.tiered.config.cloud_storage_enable_remote_read](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=storage.tiered.config.cloud_storage_enable_remote_read)

Cluster level default remote read configuration for new topics. See the [property reference documentation](https://docs.redpanda.com/docs/reference/object-storage-properties/#cloud_storage_enable_remote_read).

**Default:** `true`

### [](#storage-tiered-config-cloud_storage_enable_remote_write)[storage.tiered.config.cloud_storage_enable_remote_write](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=storage.tiered.config.cloud_storage_enable_remote_write)

Cluster level default remote write configuration for new topics. See the [property reference documentation](https://docs.redpanda.com/docs/reference/object-storage-properties/#cloud_storage_enable_remote_write).

**Default:** `true`

### [](#storage-tiered-config-cloud_storage_enabled)[storage.tiered.config.cloud_storage_enabled](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=storage.tiered.config.cloud_storage_enabled)

Global flag that enables Tiered Storage if a license key is provided. See the [property reference documentation](https://docs.redpanda.com/docs/reference/object-storage-properties/#cloud_storage_enabled).

**Default:** `false`

### [](#storage-tiered-hostpath)[storage.tiered.hostPath](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=storage.tiered.hostPath)

Absolute path on the host to store Redpanda’s Tiered Storage cache.

**Default:** `""`

### [](#storage-tiered-persistentvolume-annotations)[storage.tiered.persistentVolume.annotations](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=storage.tiered.persistentVolume.annotations)

Additional annotations to apply to the created PersistentVolumeClaims.

**Default:** `{}`

### [](#storage-tiered-persistentvolume-labels)[storage.tiered.persistentVolume.labels](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=storage.tiered.persistentVolume.labels)

Additional labels to apply to the created PersistentVolumeClaims.

**Default:** `{}`

### [](#storage-tiered-persistentvolume-storageclass)[storage.tiered.persistentVolume.storageClass](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=storage.tiered.persistentVolume.storageClass)

To disable dynamic provisioning, set to \`\`-''. If undefined or empty (default), then no storageClassName spec is set, and the default dynamic provisioner is chosen (gp2 on AWS, standard on GKE, AWS & OpenStack).

**Default:** `""`

### [](#tests-enabled)[tests.enabled](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=tests.enabled)

**Default:** `true`

### [](#tls)[tls](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=tls)

TLS settings. For details, see the [TLS documentation](https://docs.redpanda.com/docs/manage/kubernetes/security/kubernetes-tls/).

**Default:**

{"certs":{"default":{"caEnabled":true},"external":{"caEnabled":true}},"enabled":true}

### [](#tls-certs)[tls.certs](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=tls.certs)

List all Certificates here, then you can reference a specific Certificate’s name in each listener’s `listeners.<listener name>.tls.cert` setting.

**Default:**

{"default":{"caEnabled":true},"external":{"caEnabled":true}}

### [](#tls-certs-default)[tls.certs.default](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=tls.certs.default)

This key is the Certificate name. To apply the Certificate to a specific listener, reference the Certificate’s name in `listeners.<listener-name>.tls.cert`.

**Default:** `{"caEnabled":true}`

### [](#tls-certs-default-caenabled)[tls.certs.default.caEnabled](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=tls.certs.default.caEnabled)

Indicates whether or not the Secret holding this certificate includes a `ca.crt` key. When `true`, chart managed clients, such as rpk, will use `ca.crt` for certificate verification and listeners with `require_client_auth` and no explicit `truststore` will use `ca.crt` as their `truststore_file` for verification of client certificates. When `false`, chart managed clients will use `tls.crt` for certificate verification and listeners with `require_client_auth` and no explicit `truststore` will use the container’s CA certificates.

**Default:** `true`

### [](#tls-certs-external)[tls.certs.external](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=tls.certs.external)

Example external tls configuration uncomment and set the right key to the listeners that require them also enable the tls setting for those listeners.

**Default:** `{"caEnabled":true}`

### [](#tls-certs-external-caenabled)[tls.certs.external.caEnabled](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=tls.certs.external.caEnabled)

Indicates whether or not the Secret holding this certificate includes a `ca.crt` key. When `true`, chart managed clients, such as rpk, will use `ca.crt` for certificate verification and listeners with `require_client_auth` and no explicit `truststore` will use `ca.crt` as their `truststore_file` for verification of client certificates. When `false`, chart managed clients will use `tls.crt` for certificate verification and listeners with `require_client_auth` and no explicit `truststore` will use the container’s CA certificates.

**Default:** `true`

### [](#tls-enabled)[tls.enabled](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=tls.enabled)

Enable TLS globally for all listeners. Each listener must include a Certificate name in its `<listener>.tls` object. To allow you to enable TLS for individual listeners, Certificates in `auth.tls.certs` are always loaded, even if `tls.enabled` is `false`. See `listeners.<listener-name>.tls.enabled`.

**Default:** `true`

### [](#tolerations)[tolerations](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=tolerations)

Taints to be tolerated by Pods, can override this for StatefulSets. For details, see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/).

**Default:** `[]`

### [](#tuning)[tuning](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=tuning)

Redpanda tuning settings. Each is set to their default values in Redpanda.

**Default:** `{"tune_aio_events":true}`

### [](#tuning-tune_aio_events)[tuning.tune_aio_events](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=tuning.tune_aio_events)

Increase the maximum number of outstanding asynchronous IO operations if the current value is below a certain threshold. This allows Redpanda to make as many simultaneous IO requests as possible, increasing throughput. When this option is enabled, Helm creates a privileged container. If your security profile does not allow this, you can disable this container by setting `tune_aio_events` to `false`. For more details, see the [tuning documentation](https://docs.redpanda.com/docs/deploy/deployment-option/self-hosted/kubernetes/kubernetes-tune-workers/).

**Default:** `true`

## [](#merging-semantics)Merging Semantics

The redpanda chart implements a form of object merging that’s roughly a middleground of [JSON Merge Patch](https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/#use-a-json-merge-patch-to-update-a-deployment) and [Kubernetes’ Strategic Merge Patch](https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/#use-a-strategic-merge-patch-to-update-a-deployment). This is done to aid end users in setting or overriding fields that are not directly exposed via the chart.

-   Directives are not supported.

-   List fields that are merged by a unique key in Kubernetes’ SMP (e.g. `containers`, `env`) will be merged in a similar awy.

-   Only fields explicitly allowed by the chart’s JSON schema will be merged.

-   Additional containers that are not present in the original value will NOT be added.