Skip to content

Commit

Permalink
chore: GEO-1265 remove limits from helm charts (#880)
Browse files Browse the repository at this point in the history
Signed-off-by: Sukanya Rath <[email protected]>
  • Loading branch information
sukanya-rath authored Dec 11, 2024
1 parent 6518125 commit 4f900c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/fin-pay-transparency/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ frontend:
targetPort: 3000
resources:
requests:
cpu: 50m
cpu: 30m
memory: 150Mi
env:
logLevel: info
Expand Down Expand Up @@ -272,7 +272,7 @@ doc-gen-service:
targetPort: 3000
resources:
requests:
cpu: 600m
cpu: 450m
memory: 350Mi

podSecurityContext: {}
Expand Down

0 comments on commit 4f900c8

Please sign in to comment.