Skip to content

Commit 90af3a7

Browse files
committed
teepod: Default max_disk_size to 500GB
1 parent 126b23e commit 90af3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teepod/teepod.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tproxy_urls = ["http://127.0.0.1:8082"]
2121
# PCCS URL used by guest to verify the quote from local key provider
2222
pccs_url = ""
2323
docker_registry = ""
24-
max_disk_size = 100
24+
max_disk_size = 500
2525
cid_start = 1000
2626
cid_pool_size = 1000
2727
max_allocable_vcpu = 20

0 commit comments

Comments
 (0)