From ecac0afc108d32b91082942f100c87382e2c6650 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Wed, 2 Dec 2020 11:26:31 +0100 Subject: [PATCH] Disable cfssl restart timer job --- modules/k8s.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/k8s.nix b/modules/k8s.nix index 0593503..d32cf34 100644 --- a/modules/k8s.nix +++ b/modules/k8s.nix @@ -249,12 +249,12 @@ let }; }; - systemd.services.cfssl-restart = { - enable = true; - startAt = "00/6:00"; - description = "Restrart cfssl which regularly locks up"; - script = "systemctl restart cfssl.service"; - }; + # systemd.services.cfssl-restart = { + # enable = true; + # startAt = "00/6:00"; + # description = "Restrart cfssl which regularly locks up"; + # script = "systemctl restart cfssl.service"; + # }; systemd.services.kube-socat-https-proxy = { enable = true;