@@ -44,7 +44,7 @@ export const genericContainerTypes: ContainerOrWorkerType[] = [
4444 id : 1 ,
4545 name : 'ENTRY' ,
4646 jobType : 1 ,
47- description : '1 core 2 GB' ,
47+ description : '1 core 2 GB 8 GB Storage ' ,
4848 notes : 'No GPU' ,
4949 notesColor : 'red' ,
5050 monthlyBudgetPerWorker : 11.25 ,
@@ -57,7 +57,7 @@ export const genericContainerTypes: ContainerOrWorkerType[] = [
5757 id : 2 ,
5858 name : 'LOW1' ,
5959 jobType : 2 ,
60- description : '2 core 4 GB' ,
60+ description : '2 core 4 GB 16 GB Storage ' ,
6161 notes : 'No GPU' ,
6262 notesColor : 'red' ,
6363 monthlyBudgetPerWorker : 22.5 ,
@@ -70,7 +70,7 @@ export const genericContainerTypes: ContainerOrWorkerType[] = [
7070 id : 3 ,
7171 name : 'LOW2' ,
7272 jobType : 3 ,
73- description : '2 core 8 GB' ,
73+ description : '2 core 8 GB 32 GB Storage ' ,
7474 notes : 'No GPU' ,
7575 notesColor : 'red' ,
7676 monthlyBudgetPerWorker : 30 ,
@@ -83,20 +83,20 @@ export const genericContainerTypes: ContainerOrWorkerType[] = [
8383 id : 4 ,
8484 name : 'MED1' ,
8585 jobType : 4 ,
86- description : '4 core 12 GB' ,
86+ description : '3 core 12 GB 48 GB Storage ' ,
8787 notes : 'GPU Support' ,
8888 notesColor : 'green' ,
8989 monthlyBudgetPerWorker : 57.5 ,
9090 pricePerEpoch : 1_916_666n ,
9191 minimalBalancing : 2 ,
92- cores : 4 ,
92+ cores : 3 ,
9393 ram : 12 ,
9494 } ,
9595 {
9696 id : 5 ,
9797 name : 'MED2' ,
9898 jobType : 5 ,
99- description : '6 core 14 GB' ,
99+ description : '6 core 14 GB 56 GB Storage ' ,
100100 notes : 'GPU Support' ,
101101 notesColor : 'green' ,
102102 monthlyBudgetPerWorker : 87.5 ,
@@ -109,7 +109,7 @@ export const genericContainerTypes: ContainerOrWorkerType[] = [
109109 id : 6 ,
110110 name : 'HIGH1' ,
111111 jobType : 6 ,
112- description : '8 core 22 GB' ,
112+ description : '8 core 22 GB 88 GB Storage ' ,
113113 notes : 'GPU Support' ,
114114 notesColor : 'green' ,
115115 monthlyBudgetPerWorker : 112.5 ,
@@ -122,7 +122,7 @@ export const genericContainerTypes: ContainerOrWorkerType[] = [
122122 id : 7 ,
123123 name : 'HIGH2' ,
124124 jobType : 7 ,
125- description : '12 core 30 GB' ,
125+ description : '12 core 30 GB 120 GB Storage ' ,
126126 notes : 'GPU Support' ,
127127 notesColor : 'green' ,
128128 monthlyBudgetPerWorker : 160 ,
@@ -135,7 +135,7 @@ export const genericContainerTypes: ContainerOrWorkerType[] = [
135135 id : 8 ,
136136 name : 'ULTRA1' ,
137137 jobType : 8 ,
138- description : '16 core 62 GB' ,
138+ description : '16 core 62 GB 248 GB Storage ' ,
139139 notes : 'GPU Support' ,
140140 notesColor : 'green' ,
141141 monthlyBudgetPerWorker : 250 ,
@@ -148,7 +148,7 @@ export const genericContainerTypes: ContainerOrWorkerType[] = [
148148 id : 9 ,
149149 name : 'ULTRA2' ,
150150 jobType : 9 ,
151- description : '22 core 124 GB' ,
151+ description : '22 core 124 GB 496 GB Storage ' ,
152152 notes : 'GPU Support' ,
153153 notesColor : 'green' ,
154154 monthlyBudgetPerWorker : 375 ,
@@ -164,20 +164,20 @@ export const nativeWorkerTypes: ContainerOrWorkerType[] = [
164164 id : 1 ,
165165 name : 'N-ENTRY' ,
166166 jobType : 16 ,
167- description : '4 core 14 GB' ,
167+ description : '3 core 14 GB Full Storage ' ,
168168 notes : 'GPU Support' ,
169169 notesColor : 'green' ,
170170 monthlyBudgetPerWorker : 75 ,
171171 pricePerEpoch : 2_500_000n ,
172172 minimalBalancing : 2 ,
173- cores : 4 ,
173+ cores : 3 ,
174174 ram : 14 ,
175175 } ,
176176 {
177177 id : 2 ,
178178 name : 'N-MED1' ,
179179 jobType : 17 ,
180- description : '8 core 22 GB' ,
180+ description : '8 core 22 GB Full Storage ' ,
181181 notes : 'GPU Support' ,
182182 notesColor : 'green' ,
183183 monthlyBudgetPerWorker : 112.5 ,
@@ -190,7 +190,7 @@ export const nativeWorkerTypes: ContainerOrWorkerType[] = [
190190 id : 3 ,
191191 name : 'N-MED2' ,
192192 jobType : 18 ,
193- description : '12 core 30 GB' ,
193+ description : '12 core 30 GB Full Storage ' ,
194194 notes : 'GPU Support' ,
195195 notesColor : 'green' ,
196196 monthlyBudgetPerWorker : 180 ,
@@ -203,7 +203,7 @@ export const nativeWorkerTypes: ContainerOrWorkerType[] = [
203203 id : 4 ,
204204 name : 'N-HIGH' ,
205205 jobType : 19 ,
206- description : '16 core 60 GB' ,
206+ description : '16 core 60 GB Full Storage ' ,
207207 notes : 'GPU Support' ,
208208 notesColor : 'green' ,
209209 monthlyBudgetPerWorker : 270 ,
@@ -216,7 +216,7 @@ export const nativeWorkerTypes: ContainerOrWorkerType[] = [
216216 id : 5 ,
217217 name : 'N-ULTRA' ,
218218 jobType : 20 ,
219- description : '22 core 124 GB' ,
219+ description : '22 core 124 GB Full Storage ' ,
220220 notes : 'GPU Support' ,
221221 notesColor : 'green' ,
222222 monthlyBudgetPerWorker : 400 ,
0 commit comments