From 3a5d59426ac0ea49615607dd009583fa37e86250 Mon Sep 17 00:00:00 2001 From: Hugo Renard <hugo.renard@protonmail.com> Date: Tue, 10 May 2022 19:12:50 +0200 Subject: [PATCH] fix nc security context --- nextcloud/manifests/app.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nextcloud/manifests/app.yml b/nextcloud/manifests/app.yml index d6b3d33..e5f66c6 100644 --- a/nextcloud/manifests/app.yml +++ b/nextcloud/manifests/app.yml @@ -171,6 +171,9 @@ spec: image: libresh/nextcloud:${NC_IMAGE_TAG} imagePullPolicy: Always name: app + securityContext: + runAsUser: 82 + runAsGroup: 82 livenessProbe: httpGet: path: /heartbeat -- GitLab