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 @@ -100,6 +100,11 @@ services:
100
100
101
101
tink-server :
102
102
image : ${TINK_SERVER_IMAGE}
103
+ deploy :
104
+ resources :
105
+ limits :
106
+ cpus : " 0.50"
107
+ memory : " 512M"
103
108
restart : unless-stopped
104
109
environment :
105
110
FACILITY : ${FACILITY:-onprem}
@@ -159,6 +164,11 @@ services:
159
164
160
165
db :
161
166
image : postgres:14-alpine
167
+ deploy :
168
+ resources :
169
+ limits :
170
+ cpus : " 0.50"
171
+ memory : " 512M"
162
172
restart : unless-stopped
163
173
environment :
164
174
POSTGRES_DB : tinkerbell
@@ -176,6 +186,11 @@ services:
176
186
177
187
tink-cli :
178
188
image : ${TINK_CLI_IMAGE}
189
+ deploy :
190
+ resources :
191
+ limits :
192
+ cpus : " 0.50"
193
+ memory : " 512M"
179
194
restart : unless-stopped
180
195
environment :
181
196
TINKERBELL_GRPC_AUTHORITY : tink-server:42113
@@ -189,6 +204,11 @@ services:
189
204
registry :
190
205
image : registry:2.7.1
191
206
init : true
207
+ deploy :
208
+ resources :
209
+ limits :
210
+ cpus : " 0.50"
211
+ memory : " 512M"
192
212
restart : unless-stopped
193
213
network_mode : host
194
214
healthcheck :
@@ -218,6 +238,11 @@ services:
218
238
219
239
boots :
220
240
image : ${BOOTS_SERVER_IMAGE}
241
+ deploy :
242
+ resources :
243
+ limits :
244
+ cpus : " 0.50"
245
+ memory : " 512M"
221
246
restart : unless-stopped
222
247
command : -dhcp-addr 0.0.0.0:67 -tftp-addr $TINKERBELL_HOST_IP:69 -http-addr $TINKERBELL_HOST_IP:80 -log-level DEBUG
223
248
network_mode : host
@@ -250,6 +275,11 @@ services:
250
275
251
276
osie-bootloader :
252
277
image : nginx:alpine
278
+ deploy :
279
+ resources :
280
+ limits :
281
+ cpus : " 0.50"
282
+ memory : " 512M"
253
283
restart : unless-stopped
254
284
tty : true
255
285
user : root
@@ -265,6 +295,11 @@ services:
265
295
266
296
hegel :
267
297
image : ${HEGEL_SERVER_IMAGE}
298
+ deploy :
299
+ resources :
300
+ limits :
301
+ cpus : " 0.50"
302
+ memory : " 512M"
268
303
restart : unless-stopped
269
304
environment :
270
305
ROLLBAR_TOKEN : ${ROLLBAR_TOKEN-ignored}
You can’t perform that action at this time.
0 commit comments