Skip to content

Commit 6fd112d

Browse files
committed
add correct user for default docker image for pixelfed
1 parent 292cff1 commit 6fd112d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

charts/pixelfed/values.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,18 @@ podLabels: {}
5454

5555
# -- securityContext for the whole pod
5656
podSecurityContext: {}
57-
# fsGroup: 2000
57+
# runAsUser: 33
58+
# runAsGroup: 33
59+
# fsGroup: 33
5860

5961
# -- securityContext for the pixelfed container
6062
securityContext: {}
63+
# runAsUser: 33
64+
# runAsNonRoot: true
65+
# readOnlyRootFilesystem: true
6166
# capabilities:
6267
# drop:
6368
# - ALL
64-
# readOnlyRootFilesystem: true
65-
# runAsNonRoot: true
66-
# runAsUser: 1000
6769

6870
# This is for setting up a service more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/
6971
service:

0 commit comments

Comments
 (0)