Skip to content

Commit 0273683

Browse files
easyCZroboquat
authored andcommitted
[baseserver] Change default metrics port to 9502 to not clash with kube-rbac-proxy
1 parent 1f12160 commit 0273683

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
@@ -332,7 +332,7 @@ func (s *Server) GRPCAddress() string { return s.options.config.Services.GRPC.Ge
332332

333333
const (
334334
BuiltinDebugPort = 6060
335-
BuiltinMetricsPort = 9500
335+
BuiltinMetricsPort = 9502
336336
BuiltinHealthPort = 9501
337337
)
338338

0 commit comments

Comments
 (0)