SIENTIAPDE-1241: refactor train_model workflow due to I/O errors.

This commit is contained in:
Bruno Domingues
2025-10-22 15:37:56 -03:00
parent f2a1c88ff3
commit 5789a13023
31 changed files with 37878 additions and 6097 deletions

View File

@@ -13,7 +13,7 @@ echo -e "${GREEN}=== Port Forward Setup Script ===${NC}\n"
# Define port forwards: LOCAL_PORT:NAMESPACE:SERVICE:REMOTE_PORT:DESCRIPTION
PORT_FORWARDS=(
"5432:paradedb:paradedb-rw:5432:PostgreSQL"
"55432:paradedb:paradedb-rw:5432:PostgreSQL"
"45249:sientia-tracker:sientia-tracker-mlflow-tracking:80:MLflow"
"37463:temporal:temporal-frontend:7233:Temporal"
"8080:temporal:temporal-web:8080:Temporal UI"