Skip to content

Commit

Permalink
ci: Disable cron autoscaling
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-ang committed Oct 18, 2024
1 parent fc96afe commit 807ffaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ cron:
memory: "768Mi"
cpu: "0.25"
autoscaling:
enable: true
enable: false
minReplica: 1
maxReplica: 1
envConfig:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ cron:
memory: "2048Mi"
cpu: "0.50"
autoscaling:
enable: true
enable: false
minReplica: 1
maxReplica: 1
envConfig:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ cron:
memory: "768Mi"
cpu: "0.25"
autoscaling:
enable: true
enable: false
minReplica: 1
maxReplica: 1
envConfig:
Expand Down

0 comments on commit 807ffaf

Please sign in to comment.