cluster/services/monitoring: keep grafana running
This commit is contained in:
parent
ead45cfb2f
commit
e4b2eae2c3
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ in
|
|||
};
|
||||
serviceConfig = {
|
||||
EnvironmentFile = config.age.secrets.grafana-secrets.path;
|
||||
Restart = "on-failure";
|
||||
Restart = lib.mkForce "always";
|
||||
RestartSec = "10s";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue