Use new env vars to parameterize selenium nodes

The new variable names got introduced about 10 months ago and it was
indicated that they will be used in the ling term instead of the older,
less descriptive variable names.
This commit is contained in:
Zoltán Reegn 2018-10-30 17:40:08 +01:00
parent e2a461bb78
commit 6926abd983
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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: