Skip to content

Commit bb20355

Browse files
authored
fix: reduce min pods following closure (#1865)
1 parent e83f9e2 commit bb20355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/env/prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ infisical:
707707

708708
autoscaling:
709709
enabled: true
710-
minReplicas: 12
710+
minReplicas: 2
711711
maxReplicas: 30
712712
targetMemoryUtilizationPercentage: "50"
713713
targetCPUUtilizationPercentage: "50"

0 commit comments

Comments
 (0)