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
| scheduler.livenessProbe | object |`{}`| Liveness probe for scheduler to ensure workers are running fine |
207
210
| scheduler.nodeSelector | object |`{}`| Node labels for scheduler pod assignment [ref](https://kubernetes.io/docs/user-guide/node-selection/)|
208
211
| scheduler.podAnnotations | object |`{}`| Annotations for scheduler pod assignment [ref](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/)|
@@ -216,6 +219,7 @@ The following table lists the configurable parameters of the Redash chart and th
216
219
| server.affinity | object |`{}`| Affinity for server pod assignment [ref](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity)|
217
220
| server.env | object |`{}`| Redash server specific environment variables Don't use this for variables that are in the configuration above, however. |
218
221
| server.httpPort | int |`5000`| Server container port (only useful if you are using a customized image) |
222
+
| server.initContainers | list |`[]`| Server init containers configuration |
219
223
| server.livenessProbe | object |`{"failureThreshold":10,"initialDelaySeconds":90,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1}`| Server liveness probe configuration |
220
224
| server.nodeSelector | object |`{}`| Node labels for server pod assignment [ref](https://kubernetes.io/docs/user-guide/node-selection/)|
221
225
| server.podAnnotations | object |`{}`| Annotations for server pod assignment [ref](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/)|
@@ -239,6 +243,7 @@ The following table lists the configurable parameters of the Redash chart and th
239
243
| volumeMounts | list |`[]`| Redash global volume mounts configuration - applied to all containers |
240
244
| volumes | list |`[]`| Redash global volumes configuration - applied to all containers |
241
245
| worker.affinity | object |`{}`| Default affinity for worker pod assignment [ref](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity)|
0 commit comments