diff --git a/charts/gha-runner-scale-set-controller/values.yaml b/charts/gha-runner-scale-set-controller/values.yaml index efd39958..dd434c7c 100644 --- a/charts/gha-runner-scale-set-controller/values.yaml +++ b/charts/gha-runner-scale-set-controller/values.yaml @@ -72,8 +72,6 @@ tolerations: [] affinity: {} -topologySpreadConstraints: [] - # Mount volumes in the container. volumes: [] volumeMounts: [] @@ -83,16 +81,16 @@ volumeMounts: [] # PriorityClass: system-cluster-critical 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`. +## 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" +metrics: + controllerManagerAddr: ":8080" + listenerAddr: ":8080" + listenerEndpoint: "/metrics" flags: ## Log level can be set here with one of the following values: "debug", "info", "warn", "error". @@ -104,7 +102,7 @@ flags: ## Restricts the controller to only watch resources in the desired namespace. ## Defaults to watch all namespaces when unset. - # watchSingleNamespace: "" + watchSingleNamespace: "prosper-runners" ## Defines how the controller should handle upgrades while having running jobs. ##