AIMLFW dashboard can access the mme server with the value in the recipe file.
Issue-ID: AIMLFW-226
Change-Id: I0227ec3b0f793fdee7280d8a0ef970efd36322c4
Signed-off-by: Taewan Kim <t25.kim@samsung.com>
tag: "latest"
host:
tm_host: "localhost"
+ mme_host: "localhost"
notebook_host: "localhost"
debug: "\"false\""
# Configuration values can be set as key-value properties
REACT_APP_TM_HOST: {{ .Values.aimldashboard.host.tm_host }}
REACT_APP_TM_PORT: "{{ include "common.serviceport.aiml-dashboard.react-app-tm-port" . }}"
+ REACT_APP_MME_HOST: {{ .Values.aimldashboard.host.mme_host }}
+ REACT_APP_MME_PORT: "{{ include "common.serviceport.aiml-dashboard.react-app-modelmgmtservice-port" . }}"
REACT_APP_NOTEBOOK_HOST: {{ .Values.aimldashboard.host.notebook_host }}
REACT_APP_NOTEBOOK_PORT: "{{ include "common.serviceport.aiml-dashboard.react-app-notebook-port" . }}"
AIMLDASHBOARD_PORT: "{{ include "common.serviceport.aiml-dashboard.http" . }}"