Skip to content

Commit 3bfe0e8

Browse files
authored
Merge pull request #108 from ethosengine/staging
increase ephemeral limits
2 parents 88e0296 + afe444c commit 3bfe0e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ spec:
5656
tty: true
5757
resources:
5858
requests:
59-
ephemeral-storage: "1Gi"
59+
ephemeral-storage: "2Gi"
6060
limits:
61-
ephemeral-storage: "2.5Gi"
61+
ephemeral-storage: "5Gi"
6262
volumeMounts:
6363
- name: containerd-sock
6464
mountPath: /run/containerd/containerd.sock

0 commit comments

Comments
 (0)