Skip to content

Commit

Permalink
Merge pull request kubernetes#283 from reegnz/change_env_variable_names
Browse files Browse the repository at this point in the history
Use new env vars to parameterize selenium nodes
  • Loading branch information
k8s-ci-robot authored Mar 8, 2019
2 parents 4714610 + 6926abd commit 0f08613
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions staging/selenium/selenium-node-chrome-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions staging/selenium/selenium-node-firefox-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0f08613

Please sign in to comment.