feat: added app to fill a pvc in 1GB increments #24

Closed
wjro wants to merge 9 commits from php-fill-volume into master
Showing only changes of commit 73e15e12ce - Show all commits

View File

@ -26,7 +26,7 @@ async fn main() {
project_root: "./php".into(),
..Default::default()
},
db_size: "2Gi".to_string(),
database_size: "2Gi".to_string(),

This belongs in the LAMPConfig struct and should use the default option. I think 2G is a sensible default for now.

This belongs in the LAMPConfig struct and should use the default option. I think 2G is a sensible default for now.
};
// You can choose the type of Topology you want, we suggest starting with the