Add disk size as an option
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/documentation Pipeline was successful Details

This commit is contained in:
Nikolai Rodionov 2024-05-06 21:41:41 +02:00
parent 92ccfd804b
commit f2baff2f93
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ message EnvironmentSpec {
Kubernetes kubernetes = 2;
ServerType server_type = 3;
Location server_location = 4;
int32 disk_size = 5;
}
message EnvironmentFull {