Skip to content

Commit c7077d1

Browse files
aledbfroboquat
authored andcommitted
Revert "[baseserver] Change default metrics port to 9502 to not clash with kube-rbac-proxy"
This reverts commit 0273683.
1 parent 99bb944 commit c7077d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/common-go/baseserver/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ func (s *Server) GRPCAddress() string { return s.options.config.Services.GRPC.Ge
335335

336336
const (
337337
BuiltinDebugPort = 6060
338-
BuiltinMetricsPort = 9502
338+
BuiltinMetricsPort = 9500
339339
BuiltinHealthPort = 9501
340340
)
341341

0 commit comments

Comments
 (0)