You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm/superset/README.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs
| serviceAccount.create | bool |`false`| Create custom service account for Superset. If create: true and name is not provided, `superset.fullname` will be used. |
110
+
| supersetCeleryBeat.affinity | object |`{}`| Affinity to be added to supersetCeleryBeat deployment |
110
111
| supersetCeleryBeat.command | list | a `celery beat` command | Command |
| supersetCeleryBeat.resources | object |`{}`| Resource settings for the CeleryBeat pods - these settings overwrite might existing values from the global resources object defined above. |
121
+
| supersetCeleryBeat.topologySpreadConstraints | list |`[]`| TopologySpreadConstrains to be added to supersetCeleryBeat deployments |
122
+
| supersetCeleryFlower.affinity | object |`{}`| Affinity to be added to supersetCeleryFlower deployment |
120
123
| supersetCeleryFlower.command | list | a `celery flower` command | Command |
| supersetCeleryFlower.deploymentAnnotations | object |`{}`| Annotations to be added to supersetCeleryBeat deployment |
125
+
| supersetCeleryFlower.deploymentAnnotations | object |`{}`| Annotations to be added to supersetCeleryFlower deployment |
123
126
| supersetCeleryFlower.enabled | bool |`false`| Enables a Celery flower deployment (management UI to monitor celery jobs) WARNING: on superset 1.x, this requires a Superset image that has `flower<1.0.0` installed (which is NOT the case of the default images) flower>=1.0.0 requires Celery 5+ which Superset 1.5 does not support |
124
127
| supersetCeleryFlower.initContainers | list | a container waiting for postgres and redis | List of init containers |
125
128
| supersetCeleryFlower.livenessProbe.failureThreshold | int |`3`||
| supersetNode.startupProbe.successThreshold | int |`1`||
193
198
| supersetNode.startupProbe.timeoutSeconds | int |`1`||
194
199
| supersetNode.strategy | object |`{}`||
200
+
| supersetNode.topologySpreadConstraints | list |`[]`| TopologySpreadConstrains to be added to supersetNode deployments |
201
+
| supersetWebsockets.affinity | object |`{}`| Affinity to be added to supersetWebsockets deployment |
195
202
| supersetWebsockets.command | list |`[]`||
196
203
| supersetWebsockets.config | object | see `values.yaml`| The config.json to pass to the server, see https://github.com/apache/superset/tree/master/superset-websocket Note that the configuration can also read from environment variables (which will have priority), see https://github.com/apache/superset/blob/master/superset-websocket/src/config.ts for a list of supported variables |
| supersetWorker.startupProbe | object |`{}`| No startup/readiness probes by default since we don't really care about its startup time (it doesn't serve traffic) |
254
262
| supersetWorker.strategy | object |`{}`||
255
263
| tolerations | list |`[]`||
264
+
| topologySpreadConstraints | list |`[]`| TopologySpreadConstrains to be added to all deployments |
0 commit comments