2
2
3
3
:description: Find the default values and descriptions of settings in the Redpanda Console Helm chart.
4
4
5
- image:https://img.shields.io/badge/Version-0.7.31 -informational?style=flat-square[Version:
6
- 0.7.31 ]
5
+ image:https://img.shields.io/badge/Version-3.1.0 -informational?style=flat-square[Version:
6
+ 3.1.0 ]
7
7
image:https://img.shields.io/badge/Type-application-informational?style=flat-square[Type:
8
8
application]
9
- image:https://img.shields.io/badge/AppVersion-v2.8 .0-informational?style=flat-square[AppVersion:
10
- v2.8 .0]
9
+ image:https://img.shields.io/badge/AppVersion-v3.1 .0-informational?style=flat-square[AppVersion:
10
+ v3.1 .0]
11
11
12
12
This page describes the official Redpanda Console Helm Chart. In
13
13
particular, this page describes the contents of the chart’s
@@ -78,11 +78,7 @@ does not communicate with Kubernetes API.
78
78
79
79
*Default:* `{}`
80
80
81
- === link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=configmap.create++[configmap.create]
82
-
83
- *Default:* `true`
84
-
85
- === link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=console.config++[console.config]
81
+ === link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=config++[config]
86
82
87
83
Settings for the `Config.yaml` (required). For a reference of
88
84
configuration settings, see the
@@ -91,20 +87,13 @@ Console documentation].
91
87
92
88
*Default:* `{}`
93
89
94
- === link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=deployment .create++[deployment .create]
90
+ === link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=configmap .create++[configmap .create]
95
91
96
92
*Default:* `true`
97
93
98
- === link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=enterprise++[enterprise]
99
-
100
- Settings for license key, as an alternative to secret.enterprise when a
101
- license secret is available
102
-
103
- *Default:*
94
+ === link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=deployment.create++[deployment.create]
104
95
105
- ....
106
- {"licenseSecretRef":{"key":"","name":""}}
107
- ....
96
+ *Default:* `true`
108
97
109
98
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=extraContainers++[extraContainers]
110
99
@@ -186,10 +175,6 @@ https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-regi
186
175
187
176
*Default:* `{}`
188
177
189
- === link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=ingress.className++[ingress.className]
190
-
191
- *Default:* `nil`
192
-
193
178
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=ingress.enabled++[ingress.enabled]
194
179
195
180
*Default:* `false`
@@ -256,6 +241,10 @@ Override `console.name` template.
256
241
257
242
*Default:* `99`
258
243
244
+ === link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=podSecurityContext.fsGroupChangePolicy++[podSecurityContext.fsGroupChangePolicy]
245
+
246
+ *Default:* `"Always"`
247
+
259
248
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=podSecurityContext.runAsUser++[podSecurityContext.runAsUser]
260
249
261
250
*Default:* `99`
@@ -310,7 +299,7 @@ secretMounts to mount files such as Certificates from Secrets.
310
299
*Default:*
311
300
312
301
....
313
- {"create":true,"enterprise":{},"kafka ":{},"login":{"github":{},"google ":{},"jwtSecret ":"","oidc ":{},"okta ":{}},"redpanda ":{"adminApi ":{} }}
302
+ {"authentication":{"jwtSigningKey":"","oidc ":{}},"create":true,"kafka ":{},"license ":"","redpanda ":{"adminApi ":{}},"schemaRegistry ":{},"serde ":{}}
314
303
....
315
304
316
305
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=secret.kafka++[secret.kafka]
@@ -333,18 +322,15 @@ mount for the Redpanda Console container.
333
322
334
323
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=service.annotations++[service.annotations]
335
324
325
+ Override the value in `console.config.server.listenPort` if not `nil`
326
+ targetPort:
327
+
336
328
*Default:* `{}`
337
329
338
330
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=service.port++[service.port]
339
331
340
332
*Default:* `8080`
341
333
342
- === link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=service.targetPort++[service.targetPort]
343
-
344
- Override the value in `console.config.server.listenPort` if not `nil`
345
-
346
- *Default:* `nil`
347
-
348
334
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=service.type++[service.type]
349
335
350
336
*Default:* `"ClusterIP"`
0 commit comments