Correction selenium node-chrome port
The container port should be 5555
This commit is contained in:
parent
1543966fe5
commit
fa361c69d5
|
@ -22,7 +22,7 @@ spec:
|
||||||
- name: selenium-node-chrome
|
- name: selenium-node-chrome
|
||||||
image: selenium/node-chrome-debug:3.141
|
image: selenium/node-chrome-debug:3.141
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5900
|
- containerPort: 5555
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /dev/shm
|
- mountPath: /dev/shm
|
||||||
name: dshm
|
name: dshm
|
||||||
|
|
Loading…
Reference in New Issue