Skip to content

Commit

Permalink
add port (flyteorg#265)
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor authored and austin362667 committed May 7, 2024
1 parent 1da3ee0 commit dbb00f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flytectl/pkg/docker/docker_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ func GetSandboxPorts() (map[nat.Port]struct{}, map[nat.Port][]nat.PortBinding, e
"0.0.0.0:30082:30082", // Flyteadmin Port
"0.0.0.0:30084:30084", // Minio API Port
"0.0.0.0:30086:30086", // K8s Dashboard Port
"0.0.0.0:30087:30087", // Minio Console Port
"0.0.0.0:30087:30087", // Old Minio Console Port, keeping around for old images
"0.0.0.0:30088:30088", // Minio Console Port
})
}

Expand Down

0 comments on commit dbb00f5

Please sign in to comment.