From f2baff2f931c2e839c549f08a7ba8e4d0a3ec578 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 6 May 2024 21:41:41 +0200 Subject: [PATCH] Add disk size as an option --- proto/environments/environments_v1.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/environments/environments_v1.proto b/proto/environments/environments_v1.proto index 1f7a3f5..1a1f658 100644 --- a/proto/environments/environments_v1.proto +++ b/proto/environments/environments_v1.proto @@ -83,6 +83,7 @@ message EnvironmentSpec { Kubernetes kubernetes = 2; ServerType server_type = 3; Location server_location = 4; + int32 disk_size = 5; } message EnvironmentFull {