Skip to content

Commit

Permalink
Update mssql constants
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 10, 2024
1 parent 6190467 commit 5e5cd96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apis/kubedb/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,8 @@ const (
MSSQLSecondaryServicePortName = "secondary"
MSSQLDatabasePort = 1433
MSSQLDatabaseMirroringEndpointPort = 5022
MSSQLCoordinatorPort = 2381
MSSQLCoordinatorPort = 2380
MSSQLCoordinatorClientPort = 2379
MSSQLMonitoringDefaultServicePort = 9399

// environment variables
Expand Down

0 comments on commit 5e5cd96

Please sign in to comment.