From 6faa97792befd672e70fa10331ec87e769cbad74 Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Fri, 19 Jan 2024 13:24:33 +0200 Subject: [PATCH] Include upstream and rock commands in kfp-ui comment --- charms/kfp-ui/src/components/pebble_components.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charms/kfp-ui/src/components/pebble_components.py b/charms/kfp-ui/src/components/pebble_components.py index 7fe008f7..34faa377 100644 --- a/charms/kfp-ui/src/components/pebble_components.py +++ b/charms/kfp-ui/src/components/pebble_components.py @@ -38,6 +38,8 @@ def get_layer(self) -> Layer: "override": "replace", "summary": "entry point for ml-pipeline-ui", # command should be updated each time we switch from upstream to ROCK image + # - upsstream: "command": "node dist/server.js ../client/ 3000" + # - rock: "command": "node /server/dist/server.js /client/ 3000" "command": "node /server/dist/server.js /client/ 3000", # Must be a string "startup": "enabled", # TODO: are these still the correct settings?