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:
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"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicaCount: 3
22image :
33 repository : public.ecr.aws/perfectscale-io/psc-autoscaler
44 pullPolicy : Always
5- tag : " v1.0.19 "
5+ tag : " v1.0.20 "
66settings :
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"
You can’t perform that action at this time.
0 commit comments