From 848ab01d06c5a2ef6d16b4966b131197c0ea5363 Mon Sep 17 00:00:00 2001 From: Troy Chiu <114708546+troychiu@users.noreply.github.com> Date: Thu, 28 Mar 2024 11:10:23 -0700 Subject: [PATCH] Update admin endpoint to use port 30080 in config.yaml (#467) Signed-off-by: troychiu --- config.yaml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/config.yaml b/config.yaml index c26a2e5a..af21453a 100644 --- a/config.yaml +++ b/config.yaml @@ -1,6 +1,6 @@ admin: # For GRPC endpoints you might want to use dns:///flyte.myexample.com - endpoint: dns:///localhost:30081 + endpoint: dns:///localhost:30080 insecure: true authType: Pkce console: @@ -8,14 +8,3 @@ console: logger: show-source: true level: 0 -storage: - connection: - access-key: minio - auth-type: accesskey - disable-ssl: true - endpoint: http://localhost:30084 - region: us-east-1 - secret-key: miniostorage - type: minio - container: "my-s3-bucket" - enable-multicontainer: true