File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
charts/perfectscale-agent Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 4848 value : " {{ .Values.settings.psUrl }}"
4949 - name : UPLOAD_POLICY_URL
5050 value : " {{ .Values.settings.uploadPolicyUrl }}"
51- - name : SETTINGS_SERVICE_URL
52- value : " {{ .Values.settings.settingsServiceUrl }}"
5351 - name : RAW_TIME_WINDOW_SIZE_MINUTES
5452 value : " {{ include " helm.exporter.rawTimeWindowSizeMinutes" . }}"
5553 - name : UPLOAD_POLICY_REFRESH_PCT
Original file line number Diff line number Diff line change @@ -2,15 +2,14 @@ replicaCount: 1
22image :
33 repository : public.ecr.aws/perfectscale-io/psc-exporter
44 pullPolicy : Always
5- tag : " v0.0.14 "
5+ tag : " v0.0.15 "
66settings :
77 serviceId : " psc-exporter"
88 env : " prod"
99 logLevel : " INFO"
1010 httpPort : " :8080"
1111 psUrl : " https://api.app.perfectscale.io/psc-tenant-manager"
1212 uploadPolicyUrl : " https://api.app.perfectscale.io/psc-presigned-policy"
13- settingsServiceUrl : " https://api.app.perfectscale.io/psc-settings"
1413 scrapingInterval : " 30s"
1514 kubeAPITimeoutSec : " 3"
1615 cAdvisorNumWorkers : " 30"
You can’t perform that action at this time.
0 commit comments