Skip to content

Commit ccf4704

Browse files
committed
scale mbaza asr to 1 and sunbird to 0
1 parent 5ed6ae0 commit ccf4704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chart/model-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ deployments:
159159
- name: "common-whisper-sunbird-short"
160160
image: *commonImg
161161
autoscaling:
162-
minReplicaCount: 1
162+
minReplicaCount: 0
163163
limits_gpu: "7Gi"
164164
limits:
165165
memory: "20Gi"
@@ -326,7 +326,7 @@ deployments:
326326
- name: "retro-nemo-mbaza-asr"
327327
image: *retroImgNemo
328328
autoscaling:
329-
minReplicaCount: 0
329+
minReplicaCount: 1
330330
limits_gpu: "4Gi"
331331
limits:
332332
memory: "10Gi"

0 commit comments

Comments
 (0)