diff --git a/nextcloud/manifests/app.yml b/nextcloud/manifests/app.yml index d6b3d33544f48f486063adbc2f0adc0fa9144bce..e5f66c6943d1948a4dd5acb0b448f41581f47f85 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