Skip to content

Commit

Permalink
fix: fix lorry port conflict (#5420)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2c4e6c4)
  • Loading branch information
derecknowayback committed Oct 12, 2023
1 parent ceb4c7f commit ed4c9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/rsm/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const (
shell2httpServePath = "/role"
defaultRoleProbeAgentImage = "apecloud/kubeblocks-tools:latest"
defaultRoleProbeDaemonPort = 7373
defaultRoleProbeGRPCPort = 50001
defaultRoleProbeGRPCPort = 50101
roleProbeGRPCPortName = "probe-grpc-port"
grpcHealthProbeBinaryPath = "/bin/grpc_health_probe"
grpcHealthProbeArgsFormat = "-addr=:%d"
Expand Down

0 comments on commit ed4c9bd

Please sign in to comment.