Skip to content

Commit

Permalink
Fix: port name max 15
Browse files Browse the repository at this point in the history
Signed-off-by: Neaj Morshad <[email protected]>
  • Loading branch information
Neaj-Morshad-101 committed Dec 26, 2024
1 parent d964848 commit 2395fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/kubedb/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ const (
MSSQLPrimaryServicePortName = "primary"
MSSQLSecondaryServicePortName = "secondary"
MSSQLCoordinatorPortName = "coordinator"
MSSQLCoordinatorClientPortName = "coordinatorclient"
MSSQLCoordinatorClientPortName = "coordinatclient"
MSSQLDatabasePort = 1433
MSSQLDatabaseMirroringEndpointPort = 5022
MSSQLCoordinatorPort = 2380
Expand Down

0 comments on commit 2395fde

Please sign in to comment.