From 95304f360f4ff96dd5e18f7e1bafb2b7ae27b5c1 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Tue, 10 Oct 2023 08:19:05 +0100 Subject: [PATCH] Reduce resources. --- services/authentik.hcl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/services/authentik.hcl b/services/authentik.hcl index 5e12e1a..e62803e 100644 --- a/services/authentik.hcl +++ b/services/authentik.hcl @@ -84,11 +84,6 @@ job "authentik" { AUTHENTIK_EMAIL__HOST = "192.168.1.1" AUTHENTIK_EMAIL__FROM = "authentik@paler.net" } - - resources { - cpu = 1000 - memory = 1024 - } } } }