Fix MinIO endpoint to use internal cluster service

This commit is contained in:
2026-02-03 00:15:26 +00:00
parent 9ca3d6c195
commit 07bb8aa6bb
2 changed files with 373 additions and 2 deletions

View File

@@ -198,8 +198,8 @@ def ddi_training_pipeline(
learning_rate: float = 2e-5,
model_version: str = "v1",
# MinIO settings (these will be injected from secrets)
minio_endpoint: str = "https://minio.walleye-frog.ts.net",
# MinIO settings - use internal cluster service URL
minio_endpoint: str = "http://minio.minio.svc.cluster.local:9000",
):
"""
Full DDI training pipeline: