mirror of
https://github.com/KevinMidboe/mktxp-no-cli.git
synced 2025-10-28 17:20:23 +00:00
fix(k8s): increase max memory limit
otherwise, the upload bandwidth test fails Signed-off-by: Clément Nussbaumer <clement@astutus.org>
This commit is contained in:
@@ -20,7 +20,7 @@ spec:
|
||||
- export
|
||||
resources:
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
memory: "512Mi"
|
||||
cpu: "500m"
|
||||
volumeMounts:
|
||||
- name: mktxp-credentials
|
||||
|
||||
Reference in New Issue
Block a user