File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
apps/dokploy/components/dashboard/application/advanced/cluster Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -352,9 +352,9 @@ export const AddSwarmSettings = ({ id, type }: Props) => {
352
352
language = "json"
353
353
placeholder = { `{
354
354
"Test" : ["CMD-SHELL", "curl -f http://localhost:3000/health"],
355
- "Interval" : 10000 ,
356
- "Timeout" : 10000 ,
357
- "StartPeriod" : 10000 ,
355
+ "Interval" : 10000000000 ,
356
+ "Timeout" : 10000000000 ,
357
+ "StartPeriod" : 10000000000 ,
358
358
"Retries" : 10
359
359
}` }
360
360
className = "h-[12rem] font-mono"
@@ -407,9 +407,9 @@ export const AddSwarmSettings = ({ id, type }: Props) => {
407
407
language = "json"
408
408
placeholder = { `{
409
409
"Condition" : "on-failure",
410
- "Delay" : 10000 ,
410
+ "Delay" : 10000000000 ,
411
411
"MaxAttempts" : 10,
412
- "Window" : 10000
412
+ "Window" : 10000000000
413
413
} ` }
414
414
className = "h-[12rem] font-mono"
415
415
{ ...field }
@@ -529,9 +529,9 @@ export const AddSwarmSettings = ({ id, type }: Props) => {
529
529
language = "json"
530
530
placeholder = { `{
531
531
"Parallelism" : 1,
532
- "Delay" : 10000 ,
532
+ "Delay" : 10000000000 ,
533
533
"FailureAction" : "continue",
534
- "Monitor" : 10000 ,
534
+ "Monitor" : 10000000000 ,
535
535
"MaxFailureRatio" : 10,
536
536
"Order" : "start-first"
537
537
}` }
@@ -587,9 +587,9 @@ export const AddSwarmSettings = ({ id, type }: Props) => {
587
587
language = "json"
588
588
placeholder = { `{
589
589
"Parallelism" : 1,
590
- "Delay" : 10000 ,
590
+ "Delay" : 10000000000 ,
591
591
"FailureAction" : "continue",
592
- "Monitor" : 10000 ,
592
+ "Monitor" : 10000000000 ,
593
593
"MaxFailureRatio" : 10,
594
594
"Order" : "start-first"
595
595
}` }
You can’t perform that action at this time.
0 commit comments