diff --git a/staging/selenium/selenium-node-chrome-deployment.yaml b/staging/selenium/selenium-node-chrome-deployment.yaml index 27f136b7d..9fe8fe574 100644 --- a/staging/selenium/selenium-node-chrome-deployment.yaml +++ b/staging/selenium/selenium-node-chrome-deployment.yaml @@ -20,9 +20,9 @@ spec: ports: - containerPort: 5900 env: - - name: HUB_PORT_4444_TCP_ADDR + - name: HUB_HOST value: "selenium-hub" - - name: HUB_PORT_4444_TCP_PORT + - name: HUB_PORT value: "4444" resources: limits: diff --git a/staging/selenium/selenium-node-firefox-deployment.yaml b/staging/selenium/selenium-node-firefox-deployment.yaml index a6e16b211..3f0a1da7d 100644 --- a/staging/selenium/selenium-node-firefox-deployment.yaml +++ b/staging/selenium/selenium-node-firefox-deployment.yaml @@ -27,9 +27,9 @@ spec: - mountPath: /dev/shm name: dshm env: - - name: HUB_PORT_4444_TCP_ADDR + - name: HUB_HOST value: "selenium-hub" - - name: HUB_PORT_4444_TCP_PORT + - name: HUB_PORT value: "4444" resources: limits: