Skip to content

Commit 04b3a69

Browse files
author
github-actions
committed
Update perfectscale-autoscaler chart with new package version v0.1.21
1 parent eab3bc2 commit 04b3a69

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

charts/psc-autoscaler/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,10 @@ spec:
284284
value: "{{ .Values.settings.telemetryUrl }}"
285285
- name: PUSH_TELEMETRY_FREQUENCY
286286
value: "{{ .Values.settings.pushTelemetryFrequency }}"
287+
- name: "RESTART_DEPLOYMENT_THRESHOLD"
288+
value: "{{ .Values.settings.restartDeploymentThreshold }}"
289+
- name: "BYPASSED_PODS_CHECK_INTERVAL"
290+
value: "{{ .Values.settings.bypassedPodsCheckInterval }}"
287291
command:
288292
- "./app"
289293
- "evict"

charts/psc-autoscaler/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ replicaCount: 3
22
image:
33
repository: public.ecr.aws/perfectscale-io/psc-autoscaler
44
pullPolicy: Always
5-
tag: "v0.1.20"
5+
tag: "v0.1.21"
66
settings:
77
env: "prod"
88
logLevel: "DEBUG"
99
psUrl: "https://api.app.perfectscale.io"
1010
telemetryUrl: "https://api.app.perfectscale.io/psc-telemetry"
1111
pushTelemetryFrequency: "1m"
12+
restartDeploymentThreshold: 0.1 # defines the number of bypassed pods of the deployment below which we restart individual pods
13+
bypassedPodsCheckInterval: "30m"
1214
httpTimeout: "3m"
1315
cmd:
1416
serve:

0 commit comments

Comments
 (0)