pod to deployment
This commit is contained in:
parent
5957426c30
commit
d6cca37b8e
2 changed files with 53 additions and 42 deletions
|
|
@ -55,7 +55,7 @@ in
|
|||
|
||||
systemd.services.k3s = {
|
||||
restartTriggers = [
|
||||
(builtins.attrNames config.services.k3s.manifests)
|
||||
(builtins.toJSON config.services.k3s.manifests)
|
||||
];
|
||||
stopIfChanged = false;
|
||||
after = [ "rpcbind.service" "network-online.target" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue