Skip to content

Commit

Permalink
Update peer controller
Browse files Browse the repository at this point in the history
Signed-off-by: David VIEJO <[email protected]>
  • Loading branch information
dviejokfs committed Feb 5, 2024
1 parent 3f3f104 commit e2e4185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/peer/peer_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@ func createPeerService(
Port: 443,
TargetPort: intstr.IntOrString{
Type: intstr.Int,
IntVal: 443,
IntVal: 7051,
},
},
{
Expand Down

0 comments on commit e2e4185

Please sign in to comment.