fix(mlflow): fix creating experiment

This commit is contained in:
Masaki Yatsu
2025-11-09 22:32:22 +09:00
parent d3a5aa289d
commit 96e60124e2

View File

@@ -60,6 +60,8 @@ log:
# Use oidc-auth-fastapi for FastAPI/ASGI compatibility with Uvicorn # Use oidc-auth-fastapi for FastAPI/ASGI compatibility with Uvicorn
extraArgs: extraArgs:
appName: "oidc-auth-fastapi" 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 # 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,*" allowedHosts: "{{ .Env.MLFLOW_HOST }},{{ .Env.MLFLOW_HOST }}:443,mlflow.{{ .Env.MLFLOW_NAMESPACE }}.svc.cluster.local,mlflow.{{ .Env.MLFLOW_NAMESPACE }}.svc.cluster.local:5000,*"