Skip to content

Commit

Permalink
chore: remove limits (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Dec 24, 2024
1 parent f03d6ac commit 6ad6d3e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions charts/nr-metabase/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ metabase:
port: 80
targetPort: 3000
resources:
limits:
cpu: 750m
memory: 1250Mi
requests:
cpu: 150m
memory: 500Mi
Expand Down Expand Up @@ -72,9 +69,6 @@ database:
tolerations: []
affinity: {}
resources:
limits:
cpu: 500m
memory: 1250Mi
requests:
cpu: 150m
memory: 500Mi
Expand Down Expand Up @@ -109,9 +103,6 @@ backup:
failedHistoryLimit: 2 # "The number of failed jobs that will be retained"
backoffLimit: 0 # "The number of attempts to try for a successful job outcome"
resources:
limits:
cpu: 150m
memory: 256Mi
requests:
cpu: 10m
memory: 128Mi

0 comments on commit 6ad6d3e

Please sign in to comment.