Skip to content

Commit 0f81067

Browse files
committed
Add limits for ephemeral storage in branch sandboxing blog
1 parent e1d3051 commit 0f81067

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • adminforth/documentation/blog/2026-06-01-branch-sandboxing-k3s

adminforth/documentation/blog/2026-06-01-branch-sandboxing-k3s/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,9 +605,11 @@ spec:
605605
- default:
606606
memory: "512Mi"
607607
cpu: "500m"
608+
ephemeral-storage: "3Gi"
608609
defaultRequest:
609610
memory: "256Mi"
610611
cpu: "100m"
612+
ephemeral-storage: "2Gi"
611613
type: Container
612614
```
613615

0 commit comments

Comments
 (0)