From 64834813509c14624c3bf81c4846372b9d9f735e Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Mon, 12 Jan 2026 18:09:36 +1100 Subject: [PATCH] applied runAsUser, Group and fsGroup of 1000 for securitys6 role --- manifests/deployment.yml | 4 ++++ 1 file changed, 4 insertions(+) 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