File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
charts/perfectscale-agent Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 76
76
value : " {{ .Values.settings.demoEnvAddress }}"
77
77
- name : ENABLE_PPROF
78
78
value : " {{ .Values.settings.enablePProf | default " false" }}"
79
+ - name : " KUBERNETES_CLIENT_BURST"
80
+ value : " {{ .Values.settings.k8sClientBurst }}"
81
+ - name : " KUBERNETES_CLIENT_QPS"
82
+ value : " {{ .Values.settings.k8sClientQPS }}"
79
83
- name : CLIENT_ID
80
84
valueFrom :
81
85
secretKeyRef :
@@ -110,7 +114,7 @@ spec:
110
114
imagePullSecrets :
111
115
- name : {{ .Values.imagePullSecrets.secretName }}
112
116
{{- end }}
113
- {{- with .Values.tolerations }}
117
+ {{- with .Values.tolerations }}
114
118
tolerations :
115
119
{{- toYaml . | nindent 8 }}
116
120
{{- end }}
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.21 "
5
+ tag : " v0.0.22 "
6
6
settings :
7
7
serviceId : " psc-exporter"
8
8
env : " prod"
@@ -13,6 +13,8 @@ settings:
13
13
scrapingInterval : " 30s"
14
14
kubeAPITimeoutSec : " 3"
15
15
cAdvisorNumWorkers : " 30"
16
+ k8sClientBurst : " 150"
17
+ k8sClientQPS : " 100"
16
18
# ksmAddress: "http://kube-state-metrics:8080"
17
19
18
20
secret :
You can’t perform that action at this time.
0 commit comments