Skip to content

Commit

Permalink
changes for integration of mme
Browse files Browse the repository at this point in the history
Issue-id: AIMLFW-65

Change-Id: If1a9726acb2ae09ad1eff2f3f8bd2ea4fc766ae1
Signed-off-by: rajdeep11 <[email protected]>
  • Loading branch information
rajdeepsingh-samsung committed Dec 11, 2023
1 parent 9802f91 commit 40cc934
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ tm:
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
pipelines: {"timeseries": "qoe_pipeline_h_release"}

leofs:
image:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ tm:
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "1.1.3"
pipelines: {"timeseries": "qoe_pipeline_h_release"}

leofs:
image:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ tm:
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "1.0.0"
pipelines: {"timeseries": "qoe_pipeline_h_release"}

leofs:
image:
Expand Down
3 changes: 3 additions & 0 deletions helm/tm/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ data:
DATA_EXTRACTION_API_PORT: "{{ include "common.serviceport.data-extraction.http" . }}"
TRAINING_MANAGER_PORT: "{{ include "common.serviceport.tm.http" . }}"
TRAINING_MANAGER_IP: {{ .Values.traininghost.ip_address }}
MODEL_MANAGEMENT_SERVICE_IP: "{{ include "common.servicehost.modelmgmtservice.http" . }}"
MODEL_MANAGEMENT_SERVICE_PORT: "{{ include "common.serviceport.modelmgmtservice.http" . }}"
PS_USER: postgres
PS_IP: tm-db-postgresql.traininghost
PS_PORT: "5432"
PYTHONUNBUFFERED: "0"
ACCESS_CONTROL_ALLOW_ORIGIN: "http://localhost:32005"
PIPELINE: {{.Values.tm.pipelines | toJson | quote }}

0 comments on commit 40cc934

Please sign in to comment.