Skip to content

Commit 639dd63

Browse files
committed
Merge branch 'main' of github.com:devforth/adminforth into next
2 parents 5cb254d + 8c860a8 commit 639dd63

19 files changed

Lines changed: 1331 additions & 159 deletions

File tree

adminforth/documentation/blog/2025-11-04-k3s-ec2-deployment/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ resource "aws_instance" "ec2_instance" {
205205
}
206206
207207
root_block_device {
208-
volume_size = 10 // Size in GB for root partition
208+
volume_size = 20 // Size in GB for root partition
209209
volume_type = "gp2"
210210
211211
# Even if the instance is terminated, the volume will not be deleted, delete it manually if needed
167 KB
Loading
156 KB
Loading
134 KB
Loading
151 KB
Loading
133 KB
Loading
184 KB
Loading
166 KB
Loading

0 commit comments

Comments
 (0)