Merge pull request #346 from janverhoeckx/patch-1

Correction selenium node-chrome port
This commit is contained in:
Kubernetes Prow Robot 2019-10-03 06:30:08 -07:00 committed by GitHub
commit d4c402d73d
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