Skip to content

Commit 542d34a

Browse files
author
github-actions
committed
Update perfectscale-autoscaler chart with new package version v1.0.30
1 parent 875b700 commit 542d34a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

charts/psc-autoscaler/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,10 @@ spec:
244244
{{- end }}
245245
- name: "EXCLUDED_NAMESPACES"
246246
value: "{{ .Values.settings.excludedNamespaces | join "," }}"
247+
- name: UPDATE_CR_WORKERS_NUM
248+
value: "{{ .Values.settings.updateCRWorkersNum }}"
249+
- name: KUBE_API_QPS
250+
value: "{{ .Values.settings.kubeApiQPS | default "20" }}"
247251
command:
248252
- "./app"
249253
- "sync"

charts/psc-autoscaler/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ revisionHistoryLimit: 10
33
image:
44
repository: public.ecr.aws/perfectscale-io/psc-autoscaler
55
pullPolicy: Always
6-
tag: "v1.0.29"
6+
tag: "v1.0.30"
77
settings:
88
port: 8443
99
env: "prod"
@@ -21,6 +21,7 @@ settings:
2121
httpsProxy: "" #example$ http://squid-proxy-service.default:3128
2222
noProxy: "" #example: ".cluster.local,.svc.cluster.local,172.20.0.1," the line must end with a coma, 172.20.0.1 it is KUBERNETES_SERVICE_HOST, API SERVICE
2323
excludedNamespaces: []
24+
updateCRWorkersNum: 5
2425
cmd:
2526
serve:
2627
resources:

0 commit comments

Comments
 (0)