fix(paperless): run db as UID/GID 1000
This commit is contained in:
parent
f335249fc3
commit
eab9752ef0
2 changed files with 11 additions and 0 deletions
10
apps/paperless/overlays/media/db-deployment.patch.yaml
Normal file
10
apps/paperless/overlays/media/db-deployment.patch.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: paperless-db
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGruop: 1000
|
||||
|
|
@ -17,3 +17,4 @@ secretGenerator:
|
|||
|
||||
patches:
|
||||
- path: ingress.patch.yaml
|
||||
- path: db-deployment.patch.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue