forked from DGNum/infrastructure
feat(dgn-backups): Alter start times
This commit is contained in:
parent
6161592f5a
commit
a14e853738
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
starts = {
|
starts = {
|
||||||
compute01 = "*-*-* *:28:00";
|
compute01 = "*-*-* *:38:00";
|
||||||
|
storage01 = "*-*-* *:21:00";
|
||||||
|
web01 = "*-*-* *:47:00";
|
||||||
};
|
};
|
||||||
|
|
||||||
mkJobs = builtins.mapAttrs (
|
mkJobs = builtins.mapAttrs (
|
||||||
|
|
Loading…
Reference in a new issue