add correct user for default docker image for pixelfed
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user