Skip to content

Commit 24b5c79

Browse files
committed
Change NNF_CONTAINER_PORTS env var
Signed-off-by: Blake Devcich <blake.devcich@hpe.com>
1 parent 672f710 commit 24b5c79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nnf-container-example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ data:
88
storages:
99
- name: DW_JOB_my_storage
1010
optional: false
11-
# $NNF_CONTAINER_PORT can be used to get the port number(s)
11+
# $NNF_CONTAINER_PORTS can be used to get the port number(s)
1212
numPorts: 1
1313
mpiSpec:
1414
mpiReplicaSpecs:
@@ -27,7 +27,7 @@ data:
2727
# - python3
2828
# - -m
2929
# - http.server
30-
# - $(NNF_CONTAINER_PORT)
30+
# - $(NNF_CONTAINER_PORTS)
3131
Worker:
3232
template:
3333
spec:

0 commit comments

Comments
 (0)