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
|
||||
image: selenium/node-chrome-debug:3.141
|
||||
ports:
|
||||
- containerPort: 5900
|
||||
- containerPort: 5555
|
||||
volumeMounts:
|
||||
- mountPath: /dev/shm
|
||||
name: dshm
|
||||
|
|
Loading…
Reference in New Issue