Merge pull request #324 from tadashi0713/add-volumemount-selenium-node-chrome-deployment

Add volumemount for selenium node chrome deployment
This commit is contained in:
Kubernetes Prow Robot 2019-06-03 09:31:36 -07:00 committed by GitHub
commit f128cc4afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -14,11 +14,18 @@ spec:
labels:
app: selenium-node-chrome
spec:
volumes:
- name: dshm
emptyDir:
medium: Memory
containers:
- name: selenium-node-chrome
image: selenium/node-chrome-debug:3.141
ports:
- containerPort: 5900
volumeMounts:
- mountPath: /dev/shm
name: dshm
env:
- name: HUB_HOST
value: "selenium-hub"