File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -284,6 +284,10 @@ spec:
284
284
value : " {{ .Values.settings.telemetryUrl }}"
285
285
- name : PUSH_TELEMETRY_FREQUENCY
286
286
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 }}"
287
291
command :
288
292
- " ./app"
289
293
- " evict"
Original file line number Diff line number Diff line change @@ -2,13 +2,15 @@ replicaCount: 3
2
2
image :
3
3
repository : public.ecr.aws/perfectscale-io/psc-autoscaler
4
4
pullPolicy : Always
5
- tag : " v0.1.20 "
5
+ tag : " v0.1.21 "
6
6
settings :
7
7
env : " prod"
8
8
logLevel : " DEBUG"
9
9
psUrl : " https://api.app.perfectscale.io"
10
10
telemetryUrl : " https://api.app.perfectscale.io/psc-telemetry"
11
11
pushTelemetryFrequency : " 1m"
12
+ restartDeploymentThreshold : 0.1 # defines the number of bypassed pods of the deployment below which we restart individual pods
13
+ bypassedPodsCheckInterval : " 30m"
12
14
httpTimeout : " 3m"
13
15
cmd :
14
16
serve :
You can’t perform that action at this time.
0 commit comments