File tree 1 file changed +42
-1
lines changed
1 file changed +42
-1
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,44 @@ public function handle()
213
213
'rewriteRules ' => [],
214
214
],
215
215
[
216
- 'name ' => 'app ' ,
216
+ 'name ' => 'victoriametrics ' ,
217
+ 'launchMode ' => LaunchMode::Daemon->value ,
218
+ 'dockerRegistryId ' => null ,
219
+ 'dockerImage ' => 'victoriametrics/victoria-metrics ' ,
220
+ 'releaseCommand ' => [
221
+ 'command ' => null ,
222
+ ],
223
+ 'command ' => null ,
224
+ 'healthcheck ' => [
225
+ 'command ' => null ,
226
+ 'interval ' => 10 ,
227
+ 'timeout ' => 5 ,
228
+ 'retries ' => 3 ,
229
+ 'startPeriod ' => 30 ,
230
+ 'startInterval ' => 5 ,
231
+ ],
232
+ 'backups ' => [],
233
+ 'workers ' => [],
234
+ 'envVars ' => [],
235
+ 'secretVars ' => [],
236
+ 'configFiles ' => [],
237
+ 'secretFiles ' => [],
238
+ 'volumes ' => [
239
+ [
240
+ 'id ' => ResourceId::make ('volume ' ),
241
+ 'name ' => 'data ' ,
242
+ 'path ' => '/victoria-metrics-data ' ,
243
+ ],
244
+ ],
245
+ 'replicas ' => 1 ,
246
+ 'ports ' => [],
247
+ 'caddy ' => [],
248
+ 'fastcgiVars ' => null ,
249
+ 'redirectRules ' => [],
250
+ 'rewriteRules ' => [],
251
+ ],
252
+ [
253
+ 'name ' => 'ptah-server ' ,
217
254
'launchMode ' => LaunchMode::Daemon->value ,
218
255
'dockerRegistryId ' => null ,
219
256
'dockerImage ' => 'ghcr.io/ptah-sh/ptah-server:latest ' ,
@@ -287,6 +324,10 @@ public function handle()
287
324
'name ' => 'BILLING_ENABLED ' ,
288
325
'value ' => 'false ' ,
289
326
],
327
+ [
328
+ 'name ' => 'VICTORIAMETRICS_URL ' ,
329
+ 'value ' => 'http://victoriametrics.server.ptah.local:8428 ' ,
330
+ ],
290
331
],
291
332
'secretVars ' => [],
292
333
'configFiles ' => [],
You can’t perform that action at this time.
0 commit comments