Skip to content

Commit f395ad7

Browse files
committed
update manifest for selenium 4.0
1 parent 802539a commit f395ad7

File tree

4 files changed

+22
-10
lines changed

4 files changed

+22
-10
lines changed

staging/selenium/selenium-hub-deployment.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ spec:
1616
spec:
1717
containers:
1818
- name: selenium-hub
19-
image: selenium/hub:3.141
19+
image: selenium/hub:4.0
2020
ports:
2121
- containerPort: 4444
22+
- containerPort: 4443
23+
- containerPort: 4442
2224
resources:
2325
limits:
2426
memory: "1000Mi"

staging/selenium/selenium-hub-svc.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ spec:
99
- port: 4444
1010
targetPort: 4444
1111
name: port0
12+
- port: 4443
13+
targetPort: 4443
14+
name: port1
15+
- port: 4442
16+
targetPort: 4442
17+
name: port2
1218
selector:
1319
app: selenium-hub
1420
type: NodePort

staging/selenium/selenium-node-chrome-deployment.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,19 @@ spec:
2020
medium: Memory
2121
containers:
2222
- name: selenium-node-chrome
23-
image: selenium/node-chrome-debug:3.141
23+
image: selenium/node-chrome:4.0
2424
ports:
2525
- containerPort: 5555
2626
volumeMounts:
2727
- mountPath: /dev/shm
2828
name: dshm
2929
env:
30-
- name: HUB_HOST
30+
- name: SE_EVENT_BUS_HOST
3131
value: "selenium-hub"
32-
- name: HUB_PORT
33-
value: "4444"
32+
- name: SE_EVENT_BUS_SUBSCRIBE_PORT
33+
value: "4443"
34+
- name: SE_EVENT_BUS_PUBLISH_PORT
35+
value: "4442"
3436
resources:
3537
limits:
3638
memory: "1000Mi"

staging/selenium/selenium-node-firefox-deployment.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,19 @@ spec:
2020
medium: Memory
2121
containers:
2222
- name: selenium-node-firefox
23-
image: selenium/node-firefox-debug:3.141
23+
image: selenium/node-firefox:4.0
2424
ports:
25-
- containerPort: 5900
25+
- containerPort: 5555
2626
volumeMounts:
2727
- mountPath: /dev/shm
2828
name: dshm
2929
env:
30-
- name: HUB_HOST
30+
- name: SE_EVENT_BUS_HOST
3131
value: "selenium-hub"
32-
- name: HUB_PORT
33-
value: "4444"
32+
- name: SE_EVENT_BUS_SUBSCRIBE_PORT
33+
value: "4443"
34+
- name: SE_EVENT_BUS_PUBLISH_PORT
35+
value: "4442"
3436
resources:
3537
limits:
3638
memory: "1000Mi"

0 commit comments

Comments
 (0)