From 015d064ba2ced910a3d5e1df6a886b90ec0f1470 Mon Sep 17 00:00:00 2001 From: tadashi0713 Date: Mon, 3 Jun 2019 16:30:33 +0900 Subject: [PATCH] Add volumemount for selenium node chrome deployment --- staging/selenium/selenium-node-chrome-deployment.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/staging/selenium/selenium-node-chrome-deployment.yaml b/staging/selenium/selenium-node-chrome-deployment.yaml index 9fe8fe574..163d714e2 100644 --- a/staging/selenium/selenium-node-chrome-deployment.yaml +++ b/staging/selenium/selenium-node-chrome-deployment.yaml @@ -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"