@@ -75,6 +75,17 @@ affinity: {}
75
75
# PriorityClass: system-cluster-critical
76
76
priorityClassName : " "
77
77
78
+ # # If `metrics:` object is not provided, or commented out, the following flags
79
+ # # will be applied the controller-manager and listener pods with empty values:
80
+ # # `--metrics-addr`, `--listener-metrics-addr`, `--listener-metrics-endpoint`.
81
+ # # This will disable metrics.
82
+ # #
83
+ # # To enable metrics, uncomment the following lines.
84
+ # metrics:
85
+ # controllerManagerAddr: ":8080"
86
+ # listenerAddr: ":8080"
87
+ # listenerEndpoint: "/metrics"
88
+
78
89
flags :
79
90
# # Log level can be set here with one of the following values: "debug", "info", "warn", "error".
80
91
# # Defaults to "debug".
@@ -102,14 +113,3 @@ flags:
102
113
# # This can lead to a longer time to apply the change but it will ensure
103
114
# # that you don't have any overprovisioning of runners.
104
115
updateStrategy : " immediate"
105
-
106
- # # If `metrics:` object is not provided, or commented out, the following flags
107
- # # will be applied the controller-manager and listener pods with empty values:
108
- # # `--metrics-addr`, `--listener-metrics-addr`, `--listener-metrics-endpoint`.
109
- # # This will disable metrics.
110
- # #
111
- # # To enable metrics, uncomment the following lines.
112
- # metrics:
113
- # controllerManagerAddr: ":8080"
114
- # listenerAddr: ":8080"
115
- # listenerEndpoint: "/metrics"
0 commit comments