Skip to content

Commit

Permalink
Added port for postgres in sandbox lite (flyteorg#308)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuvraj <[email protected]>

Co-authored-by: Yuvraj <[email protected]>
  • Loading branch information
yindia and Yuvraj authored Apr 12, 2022
1 parent f103848 commit d5c3133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flytectl/pkg/docker/docker_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func GetSandboxPorts() (map[nat.Port]struct{}, map[nat.Port][]nat.PortBinding, e
"0.0.0.0:30084:30084", // Minio API Port
"0.0.0.0:30086:30086", // K8s cluster
"0.0.0.0:30088:30088", // Minio Console Port
"0.0.0.0:30089:30089", // Postgres Port
})
}

Expand Down

0 comments on commit d5c3133

Please sign in to comment.