Compare commits

..

2 commits

Author SHA1 Message Date
d24414f072 Merge pull request 'set shm limit higher for ak-outpost-proxy' (#1024) from ar-fix-authentik-shm-limit into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #1024
2025-05-30 17:51:36 +02:00
d326f8efc0
set shm limit higher for ak-outpost-proxy
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-30 17:50:34 +02:00

View file

@ -76,6 +76,11 @@ spec:
app.kubernetes.io/managed-by: goauthentik.io
app.kubernetes.io/name: authentik-proxy
spec:
volumes:
- name: dshm
emptyDir:
medium: Memory
sizeLimit: 2Gi
containers:
- env:
- name: AUTHENTIK_HOST
@ -104,11 +109,11 @@ spec:
protocol: TCP
resources:
requests:
cpu: 50m
memory: 64Mi
limits:
cpu: 150m
cpu: 100m
memory: 128Mi
limits:
cpu: 350m
memory: 256Mi
livenessProbe:
httpGet:
path: /outpost.goauthentik.io/ping