From 8170e8cd1afd59126c6669cee62e0edcf3a9fab9 Mon Sep 17 00:00:00 2001 From: bjkim Date: Fri, 8 May 2026 15:49:40 +0900 Subject: [PATCH] =?UTF-8?q?[REMOVE]=20=EB=A1=9C=EC=BB=AC=20=EB=B0=8F=20?= =?UTF-8?q?=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20Kubeflow=20URL=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EC=A0=9C=EA=B1=B0,=20AWS=20=ED=94=84?= =?UTF-8?q?=EB=A1=9C=ED=8D=BC=ED=8B=B0=EC=97=90=EC=84=9C=20=EC=A4=91?= =?UTF-8?q?=EB=B3=B5=20=EB=9D=BC=EC=9D=B8=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-aws.properties | 1 - src/main/resources/application.properties | 3 --- 2 files changed, 4 deletions(-) diff --git a/src/main/resources/application-aws.properties b/src/main/resources/application-aws.properties index 9eb2c40..ed7adb2 100644 --- a/src/main/resources/application-aws.properties +++ b/src/main/resources/application-aws.properties @@ -36,5 +36,4 @@ spring.servlet.multipart.max-request-size=500MB # ALB / Forwarded Headers server.forward-headers-strategy=native - kubeflow.url=http://ml-pipeline-ui.kubeflow.svc.cluster.local:80 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 200bef0..bf7062d 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -63,9 +63,6 @@ minio.access-key=minio minio.secret-key=minio123 minio.bucket=mlpipeline -# Kubeflow -kubeflow.url=http://192.168.10.135:32473/ - # MLflow mlflow.url=http://192.168.10.135:30128/ mlflow.user=user