diff --git a/manifests/deployment.yml b/manifests/deployment.yml index 8418ce1..137a042 100644 --- a/manifests/deployment.yml +++ b/manifests/deployment.yml @@ -22,6 +22,10 @@ spec: app: calibre spec: serviceAccountName: calibre-sa + securityContext: + runAsUser: 1000 + runAsGroup: 1000 + fsGroup: 1000 containers: - name: calibre image: docker.io/linuxserver/calibre-web:latest