Merge pull request 'fix shm limit' (#1025) from ar-fix-authentik-shm-limit into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful

Reviewed-on: #1025
This commit is contained in:
Aaron Riedel 2025-05-30 18:02:02 +02:00
commit b67772dd34

View file

@ -107,6 +107,9 @@ spec:
- containerPort: 9443 - containerPort: 9443
name: https name: https
protocol: TCP protocol: TCP
volumeMounts:
- mountPath: /dev/shm
name: dshm
resources: resources:
requests: requests:
cpu: 100m cpu: 100m