Skip to content

Commit c277cf7

Browse files
author
github-actions
committed
Update perfectscale-agent chart with new package version v0.0.36
1 parent a4128e6 commit c277cf7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

charts/perfectscale-agent/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ spec:
7676
value: "{{ .Values.settings.policyRefreshPct | default "0.5" }}"
7777
- name: CLUSTER_UID
7878
value: "{{ include "helm.exporter.clusterUID" . }}"
79+
- name: CLUSTER_RESILIENCE_LEVEL
80+
value: "{{ .Values.settings.clusterResilienceLevel }}"
7981
- name: DEMO_ENV_ADDRESS
8082
value: "{{ .Values.settings.demoEnvAddress }}"
8183
- name: ENABLE_PPROF

charts/perfectscale-agent/values.yaml

Lines changed: 3 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.35"
5+
tag: "v0.0.36"
66
settings:
77
deployKubeStateMetrics: true
88
serviceId: "psc-exporter"
@@ -18,6 +18,8 @@ settings:
1818
k8sClientBurst: "150"
1919
k8sClientQPS: "100"
2020
enablePProf: false
21+
# supported resilience levels: low, medium, high, highest
22+
clusterResilienceLevel: "medium"
2123
collectorNumWorkers: "4"
2224
# ksmAddress: "http://kube-state-metrics:8080"
2325
scraper:

0 commit comments

Comments
 (0)