File tree 2 files changed +9
-2
lines changed
charts/perfectscale-agent
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,10 @@ spec:
180
180
- name : DCGM_EXPORTER_TIMEOUT
181
181
value : " {{ .Values.settings.dcgm.exporterTimeout | default " 30s" }}"
182
182
{{- 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 }}"
183
187
ports :
184
188
- name : http
185
189
containerPort : 8080
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicaCount: 1
2
2
image :
3
3
repository : public.ecr.aws/perfectscale-io/psc-exporter
4
4
pullPolicy : Always
5
- tag : " v1.0.55 "
5
+ tag : " v1.0.56 "
6
6
initContainer :
7
7
image :
8
8
repository : public.ecr.aws/perfectscale-io/alpine
@@ -19,7 +19,7 @@ settings:
19
19
pushTelemetryFrequency : " 1m"
20
20
scrapingInterval : " 30s"
21
21
ksmTimeout : " 30s"
22
- kubeAPITimeoutSec : " 3 "
22
+ kubeAPITimeoutSec : " 15 "
23
23
cAdvisorNumWorkers : " 30"
24
24
k8sClientBurst : " 150"
25
25
k8sClientQPS : " 100"
@@ -54,6 +54,9 @@ settings:
54
54
# windowsExporterLabelSelector: "app.kubernetes.io/name=prometheus-windows-exporter"
55
55
dcgm :
56
56
exporterEnabled : false
57
+ unschedulablePods :
58
+ scrapingInterval : " 240s"
59
+ numWorkers : " 30"
57
60
secret :
58
61
create : false
59
62
name : " perfectscale-secret"
You can’t perform that action at this time.
0 commit comments