Correction selenium node-chrome port

The container port should be 5555
This commit is contained in:
Jan Verhoeckx 2019-09-30 14:25:21 +02:00 committed by GitHub
parent 1543966fe5
commit fa361c69d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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