Skip to content

Commit

Permalink
Add ns env var for local docker deployments (#5101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin committed Aug 24, 2023
1 parent 108d38d commit 0c20f6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scheduler/all-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ services:
depends_on:
- kafka
- otel-collector
environment:
- SELDON_POD_NAMESPACE=${SELDON_POD_NAMESPACE}

envoy:
build:
Expand Down
1 change: 1 addition & 0 deletions scheduler/env.all
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ SCHEDULER_XDS_PORT=9002
SELDON_MLSERVER_REVERSE_PROXY_HTTP_PORT=9999
SELDON_MLSERVER_REVERSE_PROXY_GRPC_PORT=9998
SELDON_MLSERVER_DRAINER_PORT=9995
SELDON_POD_NAMESPACE=local
SELDON_TRITON_REVERSE_PROXY_HTTP_PORT=9997
SELDON_TRITON_REVERSE_PROXY_GRPC_PORT=9996
SELDON_TRITON_DRAINER_PORT=9994
Expand Down

0 comments on commit 0c20f6c

Please sign in to comment.