Move top level metrics property up (#2841)
This commit is contained in:
parent
3652932780
commit
5e23c598a8
|
|
@ -75,6 +75,17 @@ affinity: {}
|
||||||
# PriorityClass: system-cluster-critical
|
# PriorityClass: system-cluster-critical
|
||||||
priorityClassName: ""
|
priorityClassName: ""
|
||||||
|
|
||||||
|
## If `metrics:` object is not provided, or commented out, the following flags
|
||||||
|
## will be applied the controller-manager and listener pods with empty values:
|
||||||
|
## `--metrics-addr`, `--listener-metrics-addr`, `--listener-metrics-endpoint`.
|
||||||
|
## This will disable metrics.
|
||||||
|
##
|
||||||
|
## To enable metrics, uncomment the following lines.
|
||||||
|
# metrics:
|
||||||
|
# controllerManagerAddr: ":8080"
|
||||||
|
# listenerAddr: ":8080"
|
||||||
|
# listenerEndpoint: "/metrics"
|
||||||
|
|
||||||
flags:
|
flags:
|
||||||
## Log level can be set here with one of the following values: "debug", "info", "warn", "error".
|
## Log level can be set here with one of the following values: "debug", "info", "warn", "error".
|
||||||
## Defaults to "debug".
|
## Defaults to "debug".
|
||||||
|
|
@ -102,14 +113,3 @@ flags:
|
||||||
## This can lead to a longer time to apply the change but it will ensure
|
## This can lead to a longer time to apply the change but it will ensure
|
||||||
## that you don't have any overprovisioning of runners.
|
## that you don't have any overprovisioning of runners.
|
||||||
updateStrategy: "immediate"
|
updateStrategy: "immediate"
|
||||||
|
|
||||||
## If `metrics:` object is not provided, or commented out, the following flags
|
|
||||||
## will be applied the controller-manager and listener pods with empty values:
|
|
||||||
## `--metrics-addr`, `--listener-metrics-addr`, `--listener-metrics-endpoint`.
|
|
||||||
## This will disable metrics.
|
|
||||||
##
|
|
||||||
## To enable metrics, uncomment the following lines.
|
|
||||||
# metrics:
|
|
||||||
# controllerManagerAddr: ":8080"
|
|
||||||
# listenerAddr: ":8080"
|
|
||||||
# listenerEndpoint: "/metrics"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue