File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ deployments:
322322 image : *retroImg
323323 autoscaling :
324324 minReplicaCount : 2
325- maxReplicaCount : 5
325+ maxReplicaCount : 10
326326 limits :
327327 memory : " 37Gi"
328328 cpu : " 2"
Original file line number Diff line number Diff line change 33apiVersion : keda.sh/v1alpha1
44kind : TriggerAuthentication
55metadata :
6- name : " {{ $.Release.Name }}-keda-auth-rabbitmq"
6+ name : " {{ $.Release.Name }}-keda-auth-rabbitmq-1 "
77 namespace : " {{ $.Values.namespace }}"
88spec :
99 env :
3838 mode : QueueLength
3939 value : " {{ $autoscaling.queueLength | default $.Values.autoscaling.queueLength }}"
4040 authenticationRef :
41- name : " {{ $.Release.Name }}-keda-auth-rabbitmq"
41+ name : " {{ $.Release.Name }}-keda-auth-rabbitmq-1 "
4242 {{- end }}
4343 {{- end }}
4444{{- end }}
You can’t perform that action at this time.
0 commit comments