File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -346,6 +346,8 @@ spec:
346
346
value : " {{ .Values.settings.telemetryUrl }}"
347
347
- name : PUSH_TELEMETRY_FREQUENCY
348
348
value : " {{ .Values.settings.pushTelemetryFrequency }}"
349
+ - name : " MAX_PARALLEL_RESTARTS"
350
+ value : " {{ .Values.settings.maxParallelRestarts }}"
349
351
- name : " RESTART_DEPLOYMENT_THRESHOLD"
350
352
value : " {{ .Values.settings.restartDeploymentThreshold }}"
351
353
- name : " BYPASSED_PODS_CHECK_INTERVAL"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicaCount: 3
2
2
image :
3
3
repository : public.ecr.aws/perfectscale-io/psc-autoscaler
4
4
pullPolicy : Always
5
- tag : " v1.0.19 "
5
+ tag : " v1.0.20 "
6
6
settings :
7
7
port : 8443
8
8
env : " prod"
@@ -11,6 +11,7 @@ settings:
11
11
psUrl : " https://api.app.perfectscale.io"
12
12
telemetryUrl : " https://api.app.perfectscale.io/psc-telemetry"
13
13
pushTelemetryFrequency : " 1m"
14
+ maxParallelRestarts : 3
14
15
restartDeploymentThreshold : 0.1 # defines the number of bypassed pods of the deployment below which we restart individual pods
15
16
bypassedPodsCheckInterval : " 30m"
16
17
httpTimeout : " 3m"
You can’t perform that action at this time.
0 commit comments