add correct user for default docker image for pixelfed

This commit is contained in:
jessebot
2025-01-19 14:58:26 +01:00
parent 292cff1269
commit 6fd112d574
+6 -4
View File
@@ -54,16 +54,18 @@ podLabels: {}
# -- securityContext for the whole pod # -- securityContext for the whole pod
podSecurityContext: {} podSecurityContext: {}
# fsGroup: 2000 # runAsUser: 33
# runAsGroup: 33
# fsGroup: 33
# -- securityContext for the pixelfed container # -- securityContext for the pixelfed container
securityContext: {} securityContext: {}
# runAsUser: 33
# runAsNonRoot: true
# readOnlyRootFilesystem: true
# capabilities: # capabilities:
# drop: # drop:
# - ALL # - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
# This is for setting up a service more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/ # This is for setting up a service more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/
service: service: