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