Skip to content

Commit 712626d

Browse files
author
github-actions
committed
Update perfectscale-agent chart with new package version v0.0.42
1 parent 9ea6f4e commit 712626d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

charts/perfectscale-agent/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ spec:
5656
value: "{{ .Values.settings.httpPort }}"
5757
- name: SCRAPE_FREQUENCY_TIME
5858
value: "{{ .Values.settings.scrapingInterval }}"
59+
- name: PUSH_TELEMETRY_FREQUENCY
60+
value: "{{ .Values.settings.pushTelemetryFrequency }}"
5961
- name: KUBE_API_TIMEOUT
6062
value: "{{ .Values.settings.kubeAPITimeoutSec }}"
6163
- name: DATA_RETENTION_TIME
@@ -70,6 +72,8 @@ spec:
7072
value: "{{ .Values.settings.psUrl }}"
7173
- name: UPLOAD_POLICY_URL
7274
value: "{{ .Values.settings.uploadPolicyUrl }}"
75+
- name: TELEMETRY_URL
76+
value: "{{ .Values.settings.telemetryUrl }}"
7377
- name: RAW_TIME_WINDOW_SIZE_MINUTES
7478
value: "{{ .Values.settings.rawTimeWindowSizeMinutes | default "10m" }}"
7579
- name: UPLOAD_POLICY_REFRESH_PCT

charts/perfectscale-agent/values.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ replicaCount: 1
22
image:
33
repository: public.ecr.aws/perfectscale-io/psc-exporter
44
pullPolicy: Always
5-
tag: "v0.0.41"
5+
tag: "v0.0.42"
66
settings:
77
deployKubeStateMetrics: true
88
serviceId: "psc-exporter"
@@ -11,6 +11,8 @@ settings:
1111
httpPort: ":8080"
1212
psUrl: "https://api.app.perfectscale.io/psc-tenant-manager"
1313
uploadPolicyUrl: "https://api.app.perfectscale.io/psc-presigned-policy"
14+
telemetryUrl: "https://api.app.perfectscale.io/psc-telemetry"
15+
pushTelemetryFrequency: "1m"
1416
scrapingInterval: "30s"
1517
ksmTimeout: "30s"
1618
kubeAPITimeoutSec: "3"
@@ -105,6 +107,8 @@ kube-state-metrics:
105107
metricLabelsAllowlist:
106108
- nodes=[*]
107109
- pods=[*]
110+
metricAnnotationsAllowList:
111+
- pods=[gitops.perfectscale.io/user-spec]
108112
collectors:
109113
- cronjobs
110114
- daemonsets

0 commit comments

Comments
 (0)