Skip to content

Commit 6421d48

Browse files
authored
fix(security): Memory limits should be enforced in test/gha-e2e/juicefs/write_job.yaml. (fluid-cloudnative#5365)
Signed-off-by: JiGuoDing <485204300@qq.com>
1 parent 37c72a9 commit 6421d48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/gha-e2e/juicefs/write_job.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ spec:
1919
resources:
2020
limits:
2121
ephemeral-storage: "5Gi"
22+
memory: "512Mi"
2223
command: ['sh', '-c', 'mkdir /data/foo && echo helloworld > /data/foo/bar']
2324
volumeMounts:
2425
- name: data-vol

0 commit comments

Comments
 (0)