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: charts/selenium-grid/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,8 @@ This table contains the configuration parameters of the chart and their default
85
85
|`chromeNode.service.type`|`ClusterIP`| Service type |
86
86
|`chromeNode.service.annotations`|`{}`| Custom annotations for service |
87
87
|`chromeNode.dshmVolumeSizeLimit`|`1Gi`| Size limit for DSH volume mounted in container (if not set, default is "1Gi") |
88
+
|`chromeNode.extraVolumeMounts`|`[]`| Extra mounts of declared ExtraVolumes into pod |
89
+
|`chromeNode.extraVolumes`|`[]`| Extra Volumes declarations to be used in the pod (can be any supported volume type: ConfigMap, Secret, PVC, NFS, etc.) |
|`firefoxNode.replicas`|`1`| Number of firefox nodes |
90
92
|`firefoxNode.imageName`|`selenium/node-firefox`| Image of firefox nodes |
@@ -104,6 +106,8 @@ This table contains the configuration parameters of the chart and their default
104
106
|`firefoxNode.service.type`|`ClusterIP`| Service type |
105
107
|`firefoxNode.service.annotations`|`{}`| Custom annotations for service |
106
108
|`firefoxNode.dshmVolumeSizeLimit`|`1Gi`| Size limit for DSH volume mounted in container (if not set, default is "1Gi") |
109
+
|`firefoxNode.extraVolumeMounts`|`[]`| Extra mounts of declared ExtraVolumes into pod |
110
+
|`firefoxNode.extraVolumes`|`[]`| Extra Volumes declarations to be used in the pod (can be any supported volume type: ConfigMap, Secret, PVC, NFS, etc.) |
107
111
|`edgeNode.enabled`|`true`| Enable edge nodes |
108
112
|`edgeNode.replicas`|`1`| Number of edge nodes |
109
113
|`edgeNode.imageName`|`selenium/node-edge`| Image of edge nodes |
@@ -123,6 +127,8 @@ This table contains the configuration parameters of the chart and their default
123
127
|`edgeNode.service.type`|`ClusterIP`| Service type |
124
128
|`edgeNode.service.annotations`|`{}`| Custom annotations for service |
125
129
|`edgeNode.dshmVolumeSizeLimit`|`1Gi`| Size limit for DSH volume mounted in container (if not set, default is "1Gi") |
130
+
|`edgeNode.extraVolumeMounts`|`[]`| Extra mounts of declared ExtraVolumes into pod |
131
+
|`edgeNode.extraVolumes`|`[]`| Extra Volumes declarations to be used in the pod (can be any supported volume type: ConfigMap, Secret, PVC, NFS, etc.) |
126
132
|`customLabels`|`{}`| Custom labels for k8s resources |
0 commit comments