Skip to content

Commit

Permalink
Merge pull request kubernetes#324 from tadashi0713/add-volumemount-se…
Browse files Browse the repository at this point in the history
…lenium-node-chrome-deployment

Add volumemount for selenium node chrome deployment
  • Loading branch information
k8s-ci-robot committed Jun 3, 2019
2 parents 1967927 + 015d064 commit f128cc4
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 f128cc4

Please sign in to comment.