We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dce719 commit 401f68cCopy full SHA for 401f68c
pkg/controller/controller.go
@@ -17,12 +17,6 @@ import (
17
"github.com/shipwright-io/build/pkg/ctxlog"
18
)
19
20
-var (
21
- metricsHost = "0.0.0.0"
22
- metricsPort int32 = 8383
23
- operatorMetricsPort int32 = 8686
24
-)
25
-
26
// AddToManagerFuncs is a list of functions to add all Controllers to the Manager
27
var AddToManagerFuncs []func(context.Context, *config.Config, manager.Manager) error
28
0 commit comments