Skip to content

Commit

Permalink
Add Raft metrics port as constants (#896)
Browse files Browse the repository at this point in the history
Signed-off-by: Emon46 emon@appscode.com
  • Loading branch information
Emon46 committed May 19, 2022
1 parent 6f9afd9 commit a3a3b1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apis/kubedb/v1alpha2/constants.go
Expand Up @@ -260,6 +260,9 @@ const (
PostgresCoordinatorClientPort = 2379
PostgresCoordinatorClientPortName = "coordinatclient"

RaftMetricsExporterPort = 23790
RaftMetricsExporterPortName = "raft-metrics"

PostgresRunScriptMountPath = "/run_scripts"
PostgresRunScriptVolumeName = "scripts"

Expand Down

0 comments on commit a3a3b1d

Please sign in to comment.