Skip to content
Snippets Groups Projects
Verified Commit 3a5d5942 authored by Hugo Renard's avatar Hugo Renard
Browse files

fix nc security context

parent 8b690d1a
No related branches found
No related tags found
1 merge request!2Nextcloud mono pod
...@@ -171,6 +171,9 @@ spec: ...@@ -171,6 +171,9 @@ spec:
image: libresh/nextcloud:${NC_IMAGE_TAG} image: libresh/nextcloud:${NC_IMAGE_TAG}
imagePullPolicy: Always imagePullPolicy: Always
name: app name: app
securityContext:
runAsUser: 82
runAsGroup: 82
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /heartbeat path: /heartbeat
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment