Skip to content

Commit

Permalink
Explicit model-registry proxy MLMD gRPC port param
Browse files Browse the repository at this point in the history
  • Loading branch information
tarilabs authored and dhirajsb committed Nov 13, 2023
1 parent 5294e38 commit 24a00bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/controller/config/templates/deployment.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ spec:
- args:
- --hostname=0.0.0.0
- --port={{.Spec.Rest.Port}}
#- --mlmd-hostname=localhost
#- --mlmd-port={{.Spec.Grpc.Port}}
- --mlmd-hostname=localhost
- --mlmd-port={{.Spec.Grpc.Port}}
command:
- /model-registry
- proxy
Expand Down

0 comments on commit 24a00bc

Please sign in to comment.