nixos/kubernetes: Add longer timeouts for waiting services

This commit is contained in:
Christian Albrecht 2019-03-03 19:07:22 +01:00
parent 51aeaaffc2
commit cf8389c904
No known key found for this signature in database
GPG key ID: 866AF4B25DF7EB00
2 changed files with 4 additions and 1 deletions

View file

@ -246,7 +246,7 @@ in
'')
];
serviceConfig = {
TimeoutSec = "300";
TimeoutSec = "500";
RestartSec = "1s";
Restart = "on-failure";
};