From 56ba23e483d9d2fccc1f48758185490e6bc78e73 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Fri, 30 May 2025 18:04:46 +0200 Subject: [PATCH] increase memory --- authentik/manifest.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/authentik/manifest.yaml b/authentik/manifest.yaml index 3fe2a81..5b0c3c8 100644 --- a/authentik/manifest.yaml +++ b/authentik/manifest.yaml @@ -80,7 +80,7 @@ spec: - name: dshm emptyDir: medium: Memory - sizeLimit: 2Gi + sizeLimit: 1Gi containers: - env: - name: AUTHENTIK_HOST @@ -113,10 +113,10 @@ spec: resources: requests: cpu: 100m - memory: 128Mi + memory: 1Gi limits: cpu: 350m - memory: 256Mi + memory: 2Gi livenessProbe: httpGet: path: /outpost.goauthentik.io/ping