File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
charts/perfectscale-agent Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicaCount: 1
22image :
33 repository : public.ecr.aws/perfectscale-io/psc-exporter
44 pullPolicy : Always
5- tag : " v0.0.32 "
5+ tag : " v0.0.33 "
66settings :
77 deployKubeStateMetrics : true
88 serviceId : " psc-exporter"
@@ -17,13 +17,14 @@ settings:
1717 cAdvisorNumWorkers : " 30"
1818 k8sClientBurst : " 150"
1919 k8sClientQPS : " 100"
20+ enablePProf : false
2021 # ksmAddress: "http://kube-state-metrics:8080"
2122 scraper :
2223 numberOfScrapers : " 8"
2324 ksmMetricsPort : " 8080"
2425 labelSelector : " "
2526 fieldSelector : " "
26- scrapeExternalKSM : " false"
27+ scrapeExternalKSM : false
2728 scrapeNamespace : " "
2829 ksmImageName : " kube-state-metrics"
2930secret :
@@ -102,6 +103,7 @@ kube-state-metrics:
102103 metricLabelsAllowlist :
103104 - nodes=[*]
104105 - pods=[*]
106+ - namespaces=[label_perfectscale_io_autoscaler]
105107 collectors :
106108 - cronjobs
107109 - daemonsets
You can’t perform that action at this time.
0 commit comments