Skip to content

Commit

Permalink
Merge pull request #12 from pagopa/PAGOPA-2525
Browse files Browse the repository at this point in the history
config(HELM):[PAGOPA-2525] Update DEV limits
  • Loading branch information
cap-ang authored Jan 7, 2025
2 parents ec46b8d + 674cb31 commit 51b9a1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions helm/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- name: microservice-chart
repository: https://pagopa.github.io/aks-microservice-chart-blueprint
version: 2.8.0
digest: sha256:379d9a7c312874dd1771386d92d8f597cb3fed497bb80dfde102513b582123d4
generated: "2025-01-03T12:30:17.042266+01:00"
4 changes: 2 additions & 2 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ microservice-chart:
memory: "512Mi"
cpu: "0.25"
limits:
memory: "512Mi"
cpu: "0.25"
memory: "1536Mi"
cpu: "1"
autoscaling:
enable: true
minReplica: 1
Expand Down

0 comments on commit 51b9a1f

Please sign in to comment.