Skip to content

Commit

Permalink
chore: GEO-1265 remove limits from helm charts
Browse files Browse the repository at this point in the history
Signed-off-by: Sukanya Rath <[email protected]>
  • Loading branch information
sukanya-rath committed Dec 11, 2024
1 parent 5d64804 commit df861c3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions charts/fin-pay-transparency/values-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ backend:
deploymentStrategy: Recreate
initResources:
requests:
cpu: 350m
memory: 500Mi
cpu: 150m
memory: 250Mi
resources:
requests:
cpu: 100m
memory: 500Mi
cpu: 50m
memory: 250Mi
storage:
enabled: true
size: 50Mi
Expand All @@ -58,8 +58,8 @@ frontend:
deploymentStrategy: Recreate
resources:
requests:
cpu: 30m
memory: 150Mi
cpu: 15m
memory: 50Mi
env:
logLevel: info
pdb: false
Expand All @@ -68,8 +68,8 @@ admin-frontend:
deploymentStrategy: Recreate
resources:
requests:
cpu: 30m
memory: 150Mi
cpu: 15m
memory: 50Mi
env:
logLevel: info
pdb: false
Expand All @@ -95,8 +95,8 @@ database:
affinity: {}
resources:
requests:
cpu: 150m
memory: 250Mi
cpu: 30m
memory: 100Mi
persistence:
enabled: true
size: 80Mi
Expand Down Expand Up @@ -125,8 +125,8 @@ doc-gen-service:
targetPort: 3000
resources:
requests:
cpu: 300m
memory: 350Mi
cpu: 50m
memory: 150Mi

podSecurityContext: {}
securityContext: {}
Expand Down

0 comments on commit df861c3

Please sign in to comment.