Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 848ab01

Browse files
authored
Update admin endpoint to use port 30080 in config.yaml (#467)
Signed-off-by: troychiu <[email protected]>
1 parent 559a47a commit 848ab01

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

config.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
11
admin:
22
# For GRPC endpoints you might want to use dns:///flyte.myexample.com
3-
endpoint: dns:///localhost:30081
3+
endpoint: dns:///localhost:30080
44
insecure: true
55
authType: Pkce
66
console:
77
endpoint: http://localhost:30080
88
logger:
99
show-source: true
1010
level: 0
11-
storage:
12-
connection:
13-
access-key: minio
14-
auth-type: accesskey
15-
disable-ssl: true
16-
endpoint: http://localhost:30084
17-
region: us-east-1
18-
secret-key: miniostorage
19-
type: minio
20-
container: "my-s3-bucket"
21-
enable-multicontainer: true

0 commit comments

Comments
 (0)