From 96e60124e291f9f3d759e694c6233fce2d37299c Mon Sep 17 00:00:00 2001 From: Masaki Yatsu Date: Sun, 9 Nov 2025 22:32:22 +0900 Subject: [PATCH] fix(mlflow): fix creating experiment --- mlflow/values.gomplate.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mlflow/values.gomplate.yaml b/mlflow/values.gomplate.yaml index ab3dccc..b856126 100644 --- a/mlflow/values.gomplate.yaml +++ b/mlflow/values.gomplate.yaml @@ -60,6 +60,8 @@ log: # Use oidc-auth-fastapi for FastAPI/ASGI compatibility with Uvicorn extraArgs: appName: "oidc-auth-fastapi" + # Limit to 1 worker to avoid /mlflow/metrics directory creation conflicts + workers: "1" # Allow connections from external hostname and Kubernetes internal access allowedHosts: "{{ .Env.MLFLOW_HOST }},{{ .Env.MLFLOW_HOST }}:443,mlflow.{{ .Env.MLFLOW_NAMESPACE }}.svc.cluster.local,mlflow.{{ .Env.MLFLOW_NAMESPACE }}.svc.cluster.local:5000,*"