mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat(helm): support different replicaCount (#20883)
* feat(helm): bump chart version
* feat(helm): add separate replicaCount for superset node / worker
* docs: update documentation
* ref(helm): add replicaCount with condition
* ref(helm): edit condition
* ref(helm): enclose replica with if/else
* ref(helm): remove specific replicaCount in values
* revert: "docs: update documentation"
This reverts commit 6ab95a71a2.
* fix(helm): fix typo
* ref(helm): replace condition with default value
* ref(helm): replace replicaCount with per-component replicaCount
Co-authored-by: Gabriel Forien <gforien.externe@bedrockstreaming.com>
This commit is contained in:
@@ -63,7 +63,7 @@ superset-worker-75b48bbcc-qrq49 1/1 Running 0 4m12s
|
||||
|
||||
The exact list will depend on some of your specific configuration overrides but you should generally expect:
|
||||
|
||||
- N `superset-xxxx-yyyy` and `superset-worker-xxxx-yyyy` pods (depending on your `replicaCount` value)
|
||||
- N `superset-xxxx-yyyy` and `superset-worker-xxxx-yyyy` pods (depending on your `supersetNode.replicaCount` and `supersetWorker.replicaCount` values)
|
||||
- 1 `superset-postgresql-0` depending on your postgres settings
|
||||
- 1 `superset-redis-master-0` depending on your redis settings
|
||||
- 1 `superset-celerybeat-xxxx-yyyy` pod if you have `supersetCeleryBeat.enabled = true` in your values overrides
|
||||
|
||||
Reference in New Issue
Block a user