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
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #1025
This commit is contained in:
commit
b67772dd34
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue