From fa361c69d5c16e9757c32573905c018b698dbea6 Mon Sep 17 00:00:00 2001 From: Jan Verhoeckx Date: Mon, 30 Sep 2019 14:25:21 +0200 Subject: [PATCH] Correction selenium node-chrome port The container port should be 5555 --- staging/selenium/selenium-node-chrome-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/selenium/selenium-node-chrome-deployment.yaml b/staging/selenium/selenium-node-chrome-deployment.yaml index 163d714e2..c3a32e693 100644 --- a/staging/selenium/selenium-node-chrome-deployment.yaml +++ b/staging/selenium/selenium-node-chrome-deployment.yaml @@ -22,7 +22,7 @@ spec: - name: selenium-node-chrome image: selenium/node-chrome-debug:3.141 ports: - - containerPort: 5900 + - containerPort: 5555 volumeMounts: - mountPath: /dev/shm name: dshm