From fa71a289db99903fd6c6a7df9608acad7992a803 Mon Sep 17 00:00:00 2001 From: kangsumin2ya Date: Sat, 2 Aug 2025 13:57:44 +0000 Subject: [PATCH] Add a port to the template to connect modelmgmtservice with the dashboard. - Add the modelmgmtservice port to aiml-fw-aimlfw-dep/aimlfw-common/Common-Template/helm/aimlfw-common/templates/_aiml-dashboard.tpl. - Refer to the port number defined in aiml-fw-aimlfw-dep/aimlfw-common/Common-Template/helm/aimlfw-common/templates/_modelmgmtservice.tpl. Issue-ID: AIMLFW-217 Change-Id: I1ddd47b29bf32f61e6de1120db90401de3c4bea4 Signed-off-by: kangsumin2ya --- .../Common-Template/helm/aimlfw-common/templates/_aiml-dashboard.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/aimlfw-common/Common-Template/helm/aimlfw-common/templates/_aiml-dashboard.tpl b/aimlfw-common/Common-Template/helm/aimlfw-common/templates/_aiml-dashboard.tpl index f46be19..ce00068 100644 --- a/aimlfw-common/Common-Template/helm/aimlfw-common/templates/_aiml-dashboard.tpl +++ b/aimlfw-common/Common-Template/helm/aimlfw-common/templates/_aiml-dashboard.tpl @@ -82,3 +82,4 @@ Create the name of the service account to use {{- define "common.serviceport.aiml-dashboard.http" -}}32005{{- end -}} {{- define "common.serviceport.aiml-dashboard.react-app-tm-port" -}}32002{{- end -}} {{- define "common.serviceport.aiml-dashboard.react-app-notebook-port" -}}32088{{- end -}} +{{- define "common.serviceport.aiml-dashboard.react-app-modelmgmtservice-port" -}}32006{{- end -}} -- 2.16.6