Skip to content

Commit

Permalink
chore: Remove default resources requests and limits.
Browse files Browse the repository at this point in the history
They might interfere with what is set downstream, e.g.
if the admins do not want to set a limit for CPU (which
is a best practice).
  • Loading branch information
aledegano committed Jun 14, 2024
1 parent 45780c6 commit f3ac479
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions helm-chart/amalthea/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ securityContext:
runAsNonRoot: true
allowPrivilegeEscalation: false

resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi

nodeSelector: {}

Expand Down

0 comments on commit f3ac479

Please sign in to comment.