File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -570,8 +570,8 @@ if "ui" in enabled_components:
570
570
'uiBackend.resources.requests.cpu=100m' ,
571
571
'uiBackend.resources.requests.memory=256Mi' ,
572
572
'uiStatic.metaflowUIBackendURL=http://localhost:8083/api' ,
573
- 'uiStatic.image.name=public.ecr.aws/p7g1e3j4/metaflow-ui ' ,
574
- 'uiStatic.image.tag=1 .3.13-5dd049e ' ,
573
+ 'uiStatic.image.name=public.ecr.aws/outerbounds/metaflow_ui ' ,
574
+ 'uiStatic.image.tag=v1 .3.13-5-g5dd049e ' ,
575
575
'uiStatic.resources.requests.cpu=25m' ,
576
576
'uiStatic.resources.requests.memory=64Mi' ,
577
577
'uiStatic.resources.limits.cpu=50m' ,
@@ -595,6 +595,8 @@ if "ui" in enabled_components:
595
595
resource_deps = components ['ui' ]
596
596
)
597
597
598
+ metaflow_config ["METAFLOW_UI_URL" ] = "http://localhost:3000"
599
+
598
600
config_resources .append ('metaflow-ui' )
599
601
config_resources .append ('metaflow-ui-static' )
600
602
You can’t perform that action at this time.
0 commit comments