Skip to content

Commit 3ad9680

Browse files
authored
fix: remove mlflow module entry from federation configmaps (opendatahub-io#6375)
Signed-off-by: Guilherme Caponetto <638737+caponetto@users.noreply.github.com>
1 parent 1e24837 commit 3ad9680

File tree

2 files changed

+0
-42
lines changed

2 files changed

+0
-42
lines changed

manifests/modular-architecture/federation-configmap.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -94,26 +94,5 @@ data:
9494
"namespace": "opendatahub",
9595
"port": 8443
9696
}
97-
},
98-
{
99-
"name": "mlflow",
100-
"remoteEntry": "/remoteEntry.js",
101-
"authorize": true,
102-
"tls": false,
103-
"proxy": [
104-
{
105-
"path": "/mlflow/api",
106-
"pathRewrite": "/api"
107-
}
108-
],
109-
"local": {
110-
"host": "localhost",
111-
"port": 8080
112-
},
113-
"service": {
114-
"name": "odh-dashboard",
115-
"namespace": "opendatahub",
116-
"port": 8343
117-
}
11897
}
11998
]

manifests/rhoai/shared/base/federation-configmap.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -94,26 +94,5 @@ data:
9494
"namespace": "redhat-ods-applications",
9595
"port": 8443
9696
}
97-
},
98-
{
99-
"name": "mlflow",
100-
"remoteEntry": "/remoteEntry.js",
101-
"authorize": true,
102-
"tls": false,
103-
"proxy": [
104-
{
105-
"path": "/mlflow/api",
106-
"pathRewrite": "/api"
107-
}
108-
],
109-
"local": {
110-
"host": "localhost",
111-
"port": 8080
112-
},
113-
"service": {
114-
"name": "rhods-dashboard",
115-
"namespace": "redhat-ods-applications",
116-
"port": 8343
117-
}
11897
}
11998
]

0 commit comments

Comments
 (0)