File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
charts/perfectscale-agent Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,10 @@ spec:
180180 - name : DCGM_EXPORTER_TIMEOUT
181181 value : " {{ .Values.settings.dcgm.exporterTimeout | default " 30s" }}"
182182 {{- end }}
183+ - name : UNSCHEDULABLE_PODS_SCRAPE_FREQUENCY_TIME
184+ value : " {{ .Values.settings.unschedulablePods.scrapingInterval }}"
185+ - name : UNSCHEDULABLE_PODS_NUM_WORKERS
186+ value : " {{ .Values.settings.unschedulablePods.numWorkers }}"
183187 ports :
184188 - name : http
185189 containerPort : 8080
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 : " v1.0.55 "
5+ tag : " v1.0.56 "
66initContainer :
77 image :
88 repository : public.ecr.aws/perfectscale-io/alpine
@@ -19,7 +19,7 @@ settings:
1919 pushTelemetryFrequency : " 1m"
2020 scrapingInterval : " 30s"
2121 ksmTimeout : " 30s"
22- kubeAPITimeoutSec : " 3 "
22+ kubeAPITimeoutSec : " 15 "
2323 cAdvisorNumWorkers : " 30"
2424 k8sClientBurst : " 150"
2525 k8sClientQPS : " 100"
@@ -54,6 +54,9 @@ settings:
5454 # windowsExporterLabelSelector: "app.kubernetes.io/name=prometheus-windows-exporter"
5555 dcgm :
5656 exporterEnabled : false
57+ unschedulablePods :
58+ scrapingInterval : " 240s"
59+ numWorkers : " 30"
5760secret :
5861 create : false
5962 name : " perfectscale-secret"
You can’t perform that action at this time.
0 commit comments