mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nixos/kubernetes: Add longer timeouts for waiting services
This commit is contained in:
parent
51aeaaffc2
commit
cf8389c904
2 changed files with 4 additions and 1 deletions
|
@ -246,7 +246,7 @@ in
|
|||
'')
|
||||
];
|
||||
serviceConfig = {
|
||||
TimeoutSec = "300";
|
||||
TimeoutSec = "500";
|
||||
RestartSec = "1s";
|
||||
Restart = "on-failure";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue