Skip to content

Commit

Permalink
Increase headless-lms memory limit to 600MiB
Browse files Browse the repository at this point in the history
  • Loading branch information
nygrenh authored Sep 26, 2023
1 parent 4c892ed commit bd698a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/base/headless-lms/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
memory: 100Mi
cpu: 20m
limits:
memory: 400Mi
memory: 600Mi
cpu: 200m
envFrom:
- secretRef:
Expand Down

0 comments on commit bd698a7

Please sign in to comment.