Skip to content

Commit

Permalink
chore(helm): update memory limits in helmrelease.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
axeII committed Sep 27, 2024
1 parent 1e96b53 commit e7c56a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/apps/security/pastebin/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ spec:
enabled: true
resources:
limits:
memory: 100Mi
memory: 500Mi
requests:
cpu: 100m
memory: 500Mi
memory: 250Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit e7c56a1

Please sign in to comment.