Skip to content

Commit

Permalink
chore: reducing resources(cpu) in TEST from backend and doc gen to al…
Browse files Browse the repository at this point in the history
…low the cronjobs of crunchy to run which executes backups (#885)

Signed-off-by: Sukanya Rath <[email protected]>
  • Loading branch information
sukanya-rath authored Dec 17, 2024
1 parent dcf0693 commit 2d8524b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/fin-pay-transparency/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ backend:
targetPort: 3000
resources:
requests:
cpu: 150m
cpu: 120m
memory: 300Mi
initResources:
requests:
cpu: 150m
cpu: 120m
memory: 250Mi

autoscaling:
Expand Down Expand Up @@ -272,7 +272,7 @@ doc-gen-service:
targetPort: 3000
resources:
requests:
cpu: 450m
cpu: 400m
memory: 350Mi

podSecurityContext: {}
Expand Down

0 comments on commit 2d8524b

Please sign in to comment.