Skip to content

Commit

Permalink
Num modelgateway workers fix (#290)
Browse files Browse the repository at this point in the history
* small update to docs

* fix modelgateway workers envar
  • Loading branch information
ukclivecox authored Jun 14, 2022
1 parent 23b7b9a commit 0c087a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/yaml/seldon-v2-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ spec:
- /bin/modelgateway
env:
- name: MODELGATEWAY_NUM_WORKERS
value: 8
value: "8"
image: seldonio/seldon-modelgateway:latest
imagePullPolicy: IfNotPresent
name: modelgateway
Expand Down
2 changes: 1 addition & 1 deletion scheduler/k8s/modelgateway/modelgateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
name: modelgateway
env:
- name: MODELGATEWAY_NUM_WORKERS
value: 8
value: "8"
resources:
requests:
cpu: 100m
Expand Down

0 comments on commit 0c087a3

Please sign in to comment.