Skip to content

Commit

Permalink
Expose webhook service (#323)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <pingsutw@apache.org>
  • Loading branch information
pingsutw committed May 17, 2022
1 parent d32425d commit 931c651
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 @@ -123,6 +123,7 @@ func GetDemoPorts() (map[nat.Port]struct{}, map[nat.Port][]nat.PortBinding, erro
"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
"0.0.0.0:30090:30090", // Webhook service
})
}

Expand Down

0 comments on commit 931c651

Please sign in to comment.