Skip to content

Commit

Permalink
update manifest for selenium 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rueyaa332266 committed Nov 3, 2021
1 parent 802539a commit f395ad7
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
4 changes: 3 additions & 1 deletion staging/selenium/selenium-hub-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ spec:
spec:
containers:
- name: selenium-hub
image: selenium/hub:3.141
image: selenium/hub:4.0
ports:
- containerPort: 4444
- containerPort: 4443
- containerPort: 4442
resources:
limits:
memory: "1000Mi"
Expand Down
6 changes: 6 additions & 0 deletions staging/selenium/selenium-hub-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ spec:
- port: 4444
targetPort: 4444
name: port0
- port: 4443
targetPort: 4443
name: port1
- port: 4442
targetPort: 4442
name: port2
selector:
app: selenium-hub
type: NodePort
Expand Down
10 changes: 6 additions & 4 deletions staging/selenium/selenium-node-chrome-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,19 @@ spec:
medium: Memory
containers:
- name: selenium-node-chrome
image: selenium/node-chrome-debug:3.141
image: selenium/node-chrome:4.0
ports:
- containerPort: 5555
volumeMounts:
- mountPath: /dev/shm
name: dshm
env:
- name: HUB_HOST
- name: SE_EVENT_BUS_HOST
value: "selenium-hub"
- name: HUB_PORT
value: "4444"
- name: SE_EVENT_BUS_SUBSCRIBE_PORT
value: "4443"
- name: SE_EVENT_BUS_PUBLISH_PORT
value: "4442"
resources:
limits:
memory: "1000Mi"
Expand Down
12 changes: 7 additions & 5 deletions staging/selenium/selenium-node-firefox-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,19 @@ spec:
medium: Memory
containers:
- name: selenium-node-firefox
image: selenium/node-firefox-debug:3.141
image: selenium/node-firefox:4.0
ports:
- containerPort: 5900
- containerPort: 5555
volumeMounts:
- mountPath: /dev/shm
name: dshm
env:
- name: HUB_HOST
- name: SE_EVENT_BUS_HOST
value: "selenium-hub"
- name: HUB_PORT
value: "4444"
- name: SE_EVENT_BUS_SUBSCRIBE_PORT
value: "4443"
- name: SE_EVENT_BUS_PUBLISH_PORT
value: "4442"
resources:
limits:
memory: "1000Mi"
Expand Down

0 comments on commit f395ad7

Please sign in to comment.