Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dataflow): add SELDON_POD_NAMESPACE env var for Docker deployments #5101

Merged
merged 1 commit into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading