Add a port to the template to connect modelmgmtservice with the dashboard. 82/14782/1
authorkangsumin2ya <kangsumin2ya@naver.com>
Sat, 2 Aug 2025 13:57:44 +0000 (13:57 +0000)
committerkangsumin2ya <kangsumin2ya@naver.com>
Sat, 2 Aug 2025 14:23:11 +0000 (14:23 +0000)
- 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 <kangsumin2ya@naver.com>
aimlfw-common/Common-Template/helm/aimlfw-common/templates/_aiml-dashboard.tpl

index f46be19..ce00068 100644 (file)
@@ -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 -}}