Skip to content

Commit 5e23c59

Browse files
authored
Move top level metrics property up (actions#2841)
1 parent 3652932 commit 5e23c59

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

charts/gha-runner-scale-set-controller/values.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,17 @@ affinity: {}
7575
# PriorityClass: system-cluster-critical
7676
priorityClassName: ""
7777

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+
7889
flags:
7990
## Log level can be set here with one of the following values: "debug", "info", "warn", "error".
8091
## Defaults to "debug".
@@ -102,14 +113,3 @@ flags:
102113
## This can lead to a longer time to apply the change but it will ensure
103114
## that you don't have any overprovisioning of runners.
104115
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

Comments
 (0)