Skip to content

Commit

Permalink
fix(k8s): increase max memory limit
Browse files Browse the repository at this point in the history
otherwise, the upload bandwidth test fails

Signed-off-by: Clément Nussbaumer <clement@astutus.org>
  • Loading branch information
clementnuss committed Jan 2, 2024
1 parent c3fbbd9 commit f8a961a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- export
resources:
limits:
memory: "128Mi"
memory: "512Mi"
cpu: "500m"
volumeMounts:
- name: mktxp-credentials
Expand Down

0 comments on commit f8a961a

Please sign in to comment.