Skip to content

Commit

Permalink
Task/inc mem limits dev (#2821)
Browse files Browse the repository at this point in the history
* chore: increase memory requests and limits in dev for backend pods
  • Loading branch information
andrea-williams authored Feb 12, 2025
1 parent 5f9d235 commit 3bad705
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/cas-bciers/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ backend:

resources:
limits:
memory: 512Mi
memory: 750Mi
requests:
cpu: 60m
memory: 256Mi
memory: 512Mi

administrationFrontend:
replicaCount: 1
Expand Down
4 changes: 2 additions & 2 deletions helm/cas-bciers/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ backend:

resources:
limits:
memory: 512Mi
memory: 750Mi
requests:
cpu: 60m
memory: 256Mi
memory: 512Mi

administrationFrontend:
replicaCount: 1
Expand Down

0 comments on commit 3bad705

Please sign in to comment.