Add volumemount for selenium node chrome deployment

This commit is contained in:
tadashi0713 2019-06-03 16:30:33 +09:00
parent 19679272be
commit 015d064ba2
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"