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

Update admin endpoint to use port 30080 in config.yaml #467

Merged
merged 1 commit into from
Mar 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
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:
endpoint: http://localhost:30080
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
Loading