From 24a00bc9b79736fb299acb9598eeae9b12b42654 Mon Sep 17 00:00:00 2001 From: tarilabs Date: Mon, 13 Nov 2023 11:25:05 +0100 Subject: [PATCH] Explicit model-registry proxy MLMD gRPC port param --- internal/controller/config/templates/deployment.yaml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/controller/config/templates/deployment.yaml.tmpl b/internal/controller/config/templates/deployment.yaml.tmpl index 92bd439..40dbbe7 100644 --- a/internal/controller/config/templates/deployment.yaml.tmpl +++ b/internal/controller/config/templates/deployment.yaml.tmpl @@ -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