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
@@ -232,10 +232,10 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
232
232
| components.distributor.imagePullSecret | string |`""`| Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)|
233
233
| components.distributor.newSessionThreadPoolSize | string |`nil`| Configure fixed-sized thread pool for the Distributor to create new sessions as it consumes new session requests from the queue |
234
234
| components.distributor.slotSelectorStrategy | string |`""`| Full class name of non-default slot selector. This is used to select a slot in a Node once the Node has been matched |
235
-
| components.distributor.externalDatastore | object |`{"backend":"redis","enabled":false,"redis":{"implementation":"org.openqa.selenium.grid.distributor.redis.RedisBackedDistributor","url":"redis://{{ $.Release.Name }}-redis-master:6379"}}`| Configure external datastore for Distributor. When enabled, all replicas share state through the backend (node registrations, slot reservations, health-check coordination), allowing zero-downtime rolling restarts. |
235
+
| components.distributor.externalDatastore | object |`{"backend":"redis","enabled":false,"redis":{"implementation":"org.openqa.selenium.grid.distributor.redis.RedisBackedDistributor","url":"redis://{{ $.Release.Name }}-redis:6379"}}`| Configure external datastore for Distributor. When enabled, all replicas share state through the backend (node registrations, slot reservations, health-check coordination), allowing zero-downtime rolling restarts. |
| components.sessionMap.externalDatastore.backend | string |`"redis"`| Backend for external datastore (supported: postgresql, redis). Details for each backend are described below config key |
@@ -795,7 +795,6 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
795
795
| postgresql.auth | object |`{"database":"selenium_sessions","password":"seluser","username":"seluser"}`| Authentication should be aligned with config in session map |
796
796
| postgresql.primary.initdb.scripts | object |`{"init.sql":"CREATE TABLE IF NOT EXISTS sessions_map(\n session_ids varchar(256),\n session_caps text,\n session_uri varchar(256),\n session_stereotype text,\n session_start varchar(256)\n);\n"}`| Initdb scripts for PostgreSQL to create sessions_map table |
797
797
| redis.enabled | bool |`false`| Enable to install Redis along with Grid |
0 commit comments