fix(paperless): run db as UID/GID 1000

This commit is contained in:
David Landry 2024-05-12 20:26:53 -04:00
parent f335249fc3
commit eab9752ef0
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: paperless-db
spec:
template:
spec:
securityContext:
runAsUser: 1000
runAsGruop: 1000

View file

@ -17,3 +17,4 @@ secretGenerator:
patches:
- path: ingress.patch.yaml
- path: db-deployment.patch.yaml