extended shared memory for authentik worker
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 20s
Check with kubeconform / lint (push) Successful in 23s

This commit is contained in:
Ultradesu
2025-10-04 02:59:02 +01:00
parent 99a63eb840
commit cff6c28b72

View File

@@ -15,8 +15,14 @@ worker:
envFrom:
- secretRef:
name: authentik-creds
#nodeSelector:
# kubernetes.io/hostname: home.homenet
volumes:
- name: dshm
emptyDir:
medium: Memory
sizeLimit: 512Mi
volumeMounts:
- name: dshm
mountPath: /dev/shm
server:
envFrom:
- secretRef: