Skip to content

Commit 7b5d040

Browse files
Optimize HPA for pusher on dev (#4930)
1 parent fdffd43 commit 7b5d040

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

backend/charts/pusher/dev_omi_pusher_values.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
# This sets the pull policy for images.
1212
pullPolicy: Always
1313
# Overrides the image tag whose default is the chart appVersion.
14-
tag: "c021489"
14+
tag: ""
1515

1616
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
1717
imagePullSecrets: []
@@ -285,14 +285,18 @@ startupProbe:
285285
autoscaling:
286286
enabled: true
287287
minReplicas: 1
288-
maxReplicas: 10
288+
maxReplicas: 3
289289
behavior:
290290
scaleDown:
291291
stabilizationWindowSeconds: 600
292292
policies:
293293
- type: Percent
294294
value: 25
295295
periodSeconds: 60
296+
- type: Pods
297+
value: 1
298+
periodSeconds: 60
299+
selectPolicy: Max
296300
scaleUp:
297301
stabilizationWindowSeconds: 0
298302
policies:

0 commit comments

Comments
 (0)