Skip to content

Commit

Permalink
Update admin endpoint to use port 30080 in config.yaml (#467)
Browse files Browse the repository at this point in the history
Signed-off-by: troychiu <y.troychiu@gmail.com>
  • Loading branch information
troychiu committed Mar 28, 2024
1 parent 559a47a commit 848ab01
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions config.yaml
@@ -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

0 comments on commit 848ab01

Please sign in to comment.