From 549b48a35eb4337056020471588616bc00fdbd34 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..3fe2a81 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