File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,11 @@ services:
114
114
115
115
tink-server :
116
116
image : ${TINK_SERVER_IMAGE}
117
+ deploy :
118
+ resources :
119
+ limits :
120
+ cpus : " 0.50"
121
+ memory : " 512M"
117
122
restart : unless-stopped
118
123
environment :
119
124
FACILITY : ${FACILITY:-onprem}
@@ -173,6 +178,11 @@ services:
173
178
174
179
db :
175
180
image : postgres:14-alpine
181
+ deploy :
182
+ resources :
183
+ limits :
184
+ cpus : " 0.50"
185
+ memory : " 512M"
176
186
restart : unless-stopped
177
187
environment :
178
188
POSTGRES_DB : tinkerbell
@@ -190,6 +200,11 @@ services:
190
200
191
201
tink-cli :
192
202
image : ${TINK_CLI_IMAGE}
203
+ deploy :
204
+ resources :
205
+ limits :
206
+ cpus : " 0.50"
207
+ memory : " 512M"
193
208
restart : unless-stopped
194
209
environment :
195
210
TINKERBELL_GRPC_AUTHORITY : tink-server:42113
@@ -203,6 +218,11 @@ services:
203
218
registry :
204
219
image : registry:2.7.1
205
220
init : true
221
+ deploy :
222
+ resources :
223
+ limits :
224
+ cpus : " 0.50"
225
+ memory : " 512M"
206
226
restart : unless-stopped
207
227
network_mode : host
208
228
healthcheck :
@@ -232,6 +252,11 @@ services:
232
252
233
253
boots :
234
254
image : ${BOOTS_SERVER_IMAGE}
255
+ deploy :
256
+ resources :
257
+ limits :
258
+ cpus : " 0.50"
259
+ memory : " 512M"
235
260
restart : unless-stopped
236
261
command : -dhcp-addr 0.0.0.0:67 -tftp-addr $TINKERBELL_HOST_IP:69 -http-addr $TINKERBELL_HOST_IP:80 -log-level DEBUG
237
262
network_mode : host
@@ -264,6 +289,11 @@ services:
264
289
265
290
osie-bootloader :
266
291
image : nginx:alpine
292
+ deploy :
293
+ resources :
294
+ limits :
295
+ cpus : " 0.50"
296
+ memory : " 512M"
267
297
restart : unless-stopped
268
298
tty : true
269
299
user : root
@@ -279,6 +309,11 @@ services:
279
309
280
310
hegel :
281
311
image : ${HEGEL_SERVER_IMAGE}
312
+ deploy :
313
+ resources :
314
+ limits :
315
+ cpus : " 0.50"
316
+ memory : " 512M"
282
317
restart : unless-stopped
283
318
environment :
284
319
ROLLBAR_TOKEN : ${ROLLBAR_TOKEN-ignored}
You can’t perform that action at this time.
0 commit comments