Skip to content

Commit

Permalink
Add volumemount for selenium node chrome deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tadashi0713 committed Jun 3, 2019
1 parent 1967927 commit 015d064
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions staging/selenium/selenium-node-chrome-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 015d064

Please sign in to comment.