Skip to content

Commit 52db6d1

Browse files
committed
scale up wav2lip
1 parent 6230e1d commit 52db6d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

chart/model-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

chart/templates/rabbitmq-autoscaling.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
apiVersion: keda.sh/v1alpha1
44
kind: TriggerAuthentication
55
metadata:
6-
name: "{{ $.Release.Name }}-keda-auth-rabbitmq"
6+
name: "{{ $.Release.Name }}-keda-auth-rabbitmq-1"
77
namespace: "{{ $.Values.namespace }}"
88
spec:
99
env:
@@ -38,7 +38,7 @@ spec:
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 }}

0 commit comments

Comments
 (0)