|
1 | 1 | # Nebuly Platform |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | Helm chart for installing Nebuly's Platform on Kubernetes. |
6 | 6 |
|
@@ -509,11 +509,20 @@ The command removes all the Kubernetes components associated with the chart and |
509 | 509 | | kafka.affinity | object | `{}` | | |
510 | 510 | | kafka.bootstrapServers | string | `""` | [external] Comma separated list of Kafka brokers. | |
511 | 511 | | kafka.config."replica.selector.class" | string | `"org.apache.kafka.common.replica.RackAwareReplicaSelector"` | | |
| 512 | +| kafka.controller.affinity | object | `{}` | | |
| 513 | +| kafka.controller.replicas | int | `3` | | |
| 514 | +| kafka.controller.resources.limits.memory | string | `"2048Mi"` | | |
| 515 | +| kafka.controller.resources.requests.cpu | string | `"100m"` | | |
| 516 | +| kafka.controller.resources.requests.memory | string | `"1024Mi"` | | |
| 517 | +| kafka.controller.storage.deleteClaim | bool | `false` | | |
| 518 | +| kafka.controller.storage.size | string | `"10Gi"` | | |
| 519 | +| kafka.controller.storage.type | string | `"persistent-claim"` | | |
512 | 520 | | kafka.createTopics | bool | `true` | [external] If True, create the Kafka topics automatically if not present on the specified external Kafka cluster. | |
513 | 521 | | kafka.existingSecret | object | - | [external] Use an existing secret for Kafka authentication. | |
514 | 522 | | kafka.existingSecret.name | string | `""` | Name of the secret. Can be templated. | |
515 | 523 | | kafka.existingSecret.sslCaCertKey | string | `""` | The key of the secret containing the CA certificate (in PEM format) used for SSL authentication. | |
516 | 524 | | kafka.external | bool | `false` | If false, deploy a Kafka cluster together with the platform services. Otherwise, use an existing Kafka cluster. | |
| 525 | +| kafka.kraft | string | `"enabled"` | It can be: enabled, disabled, migration, rollback. See https://strimzi.io/docs/operators/latest/deploying#proc-deploy-migrate-kraft-str | |
517 | 526 | | kafka.krb5Config | string | `""` | [external] Used only when saslMechanism is set to "GSSAPI". The Keberos configuration file used for SASL GSSAPI authentication. | |
518 | 527 | | kafka.nameOverride | string | `""` | with the provided value. | |
519 | 528 | | kafka.rack.topologyKey | string | `"topology.kubernetes.io/zone"` | | |
|
0 commit comments