Skip to content

Commit

Permalink
increases memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
timbastin committed Aug 8, 2024
1 parent c9e0a3a commit e005a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/devguard/templates/devguard/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ spec:
resources:
limits:
cpu: 4
memory: 1024Mi
memory: 2048Mi
requests:
cpu: 100m
memory: 128Mi
memory: 1024Mi
volumeMounts:
- mountPath: /github-app-private-key
name: github-app-private-key
Expand Down

0 comments on commit e005a9d

Please sign in to comment.