Skip to content

Commit

Permalink
Use FQDN when pulling the mlserver image
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Nov 27, 2024
1 parent 80f1978 commit 1d5b373
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ objects:
grpcDataEndpoint: 'port:8001'
containers:
- name: mlserver
image: 'seldonio/mlserver:1.3.5'
image: 'docker.io/seldonio/mlserver:1.3.5'
env:
- name: MLSERVER_MODELS_DIR
value: /models/_mlserver_models/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
value: 127.0.0.1
- name: MLSERVER_GRPC_MAX_MESSAGE_LENGTH
value: '-1'
image: 'seldonio/mlserver:1.3.5'
image: 'docker.io/seldonio/mlserver:1.3.5'
name: mlserver
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
value: 127.0.0.1
- name: MLSERVER_GRPC_MAX_MESSAGE_LENGTH
value: '-1'
image: 'seldonio/mlserver:1.3.5'
image: 'docker.io/seldonio/mlserver:1.3.5'
name: mlserver
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
value: 127.0.0.1
- name: MLSERVER_GRPC_MAX_MESSAGE_LENGTH
value: '-1'
image: 'seldonio/mlserver:1.3.5'
image: 'docker.io/seldonio/mlserver:1.3.5'
name: mlserver
resources:
limits:
Expand Down

0 comments on commit 1d5b373

Please sign in to comment.