File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
charts/perfectscale-agent Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,14 @@ Create the name of the service account to use
77
77
{ {- end } }
78
78
{ {- end } }
79
79
80
+ { {- define " helm.exporter.ksmTimeout" -} }
81
+ { {- if .Values.settings.ksmTimeout } }
82
+ { {- .Values.settings.ksmTimeout } }
83
+ { {- else } }
84
+ { {- " 30s" } }
85
+ { {- end } }
86
+ { {- end } }
87
+
80
88
{ {- define " helm.exporter.rawTimeWindowSizeMinutes" -} }
81
89
{ {- if .Values.settings.rawTimeWindowSizeMinutes } }
82
90
{ {- .Values.settings.rawTimeWindowSizeMinutes } }
Original file line number Diff line number Diff line change 60
60
value : " {{ .Values.settings.dataRetentionTime | default " 15m" }}"
61
61
- name : KSM_ADDRESS
62
62
value : " {{ include " helm.exporter.ksmAddress" . }}"
63
+ - name : KSM_TIMEOUT
64
+ value : " {{ include " helm.exporter.ksmTimeout" . }}"
63
65
- name : CADVISOR_NUM_WORKERS
64
66
value : " {{ .Values.settings.cAdvisorNumWorkers }}"
65
67
- name : PS_URL
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 : " v0.0.25 "
5
+ tag : " v0.0.26 "
6
6
settings :
7
7
serviceId : " psc-exporter"
8
8
env : " prod"
@@ -11,6 +11,7 @@ settings:
11
11
psUrl : " https://api.app.perfectscale.io/psc-tenant-manager"
12
12
uploadPolicyUrl : " https://api.app.perfectscale.io/psc-presigned-policy"
13
13
scrapingInterval : " 30s"
14
+ ksmTimeout : " 30s"
14
15
kubeAPITimeoutSec : " 3"
15
16
cAdvisorNumWorkers : " 30"
16
17
k8sClientBurst : " 150"
You can’t perform that action at this time.
0 commit comments