From 06029dc865360f3d1b89b7f92f2107c74d61c441 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Fri, 30 May 2025 17:59:54 +0200 Subject: [PATCH] fix shm limit --- authentik/manifest.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/authentik/manifest.yaml b/authentik/manifest.yaml index c444651..7fedf58 100644 --- a/authentik/manifest.yaml +++ b/authentik/manifest.yaml @@ -107,6 +107,9 @@ spec: - containerPort: 9443 name: https protocol: TCP + volumeMounts: + - mountPath: /dev/shm + name: dshm resources: requests: cpu: 100m