Skip to content

Commit 31092fc

Browse files
author
github-actions
committed
Update perfectscale-autoscaler chart with new package version v1.0.20
1 parent 564cefd commit 31092fc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/psc-autoscaler/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ spec:
346346
value: "{{ .Values.settings.telemetryUrl }}"
347347
- name: PUSH_TELEMETRY_FREQUENCY
348348
value: "{{ .Values.settings.pushTelemetryFrequency }}"
349+
- name: "MAX_PARALLEL_RESTARTS"
350+
value: "{{ .Values.settings.maxParallelRestarts }}"
349351
- name: "RESTART_DEPLOYMENT_THRESHOLD"
350352
value: "{{ .Values.settings.restartDeploymentThreshold }}"
351353
- name: "BYPASSED_PODS_CHECK_INTERVAL"

charts/psc-autoscaler/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ replicaCount: 3
22
image:
33
repository: public.ecr.aws/perfectscale-io/psc-autoscaler
44
pullPolicy: Always
5-
tag: "v1.0.19"
5+
tag: "v1.0.20"
66
settings:
77
port: 8443
88
env: "prod"
@@ -11,6 +11,7 @@ settings:
1111
psUrl: "https://api.app.perfectscale.io"
1212
telemetryUrl: "https://api.app.perfectscale.io/psc-telemetry"
1313
pushTelemetryFrequency: "1m"
14+
maxParallelRestarts: 3
1415
restartDeploymentThreshold: 0.1 # defines the number of bypassed pods of the deployment below which we restart individual pods
1516
bypassedPodsCheckInterval: "30m"
1617
httpTimeout: "3m"

0 commit comments

Comments
 (0)