From: kangsumin2ya Date: Sat, 2 Aug 2025 13:57:44 +0000 (+0000) Subject: Add a port to the template to connect modelmgmtservice with the dashboard. X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=fa71a289db99903fd6c6a7df9608acad7992a803;p=aiml-fw%2Faimlfw-dep.git 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 --- 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 -}}