Skip to content

Commit

Permalink
chore: upgrading CPU limits
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioT90 committed Jan 30, 2025
1 parent 3846b09 commit bd56355
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 @@ -13,7 +13,7 @@ microservice-chart:
cpu: "100m"
limits:
memory: "4Gi"
cpu: "500m"
cpu: "1000m"

autoscaling:
enable: false
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ microservice-chart:
cpu: "100m"
limits:
memory: "4Gi"
cpu: "500m"
cpu: "1000m"

autoscaling:
enable: false
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ microservice-chart:
cpu: "100m"
limits:
memory: "4Gi"
cpu: "500m"
cpu: "1000m"

autoscaling:
enable: false
Expand Down

0 comments on commit bd56355

Please sign in to comment.