From 6fd112d5741fb84030346e074f3183bf102f27ef Mon Sep 17 00:00:00 2001 From: jessebot Date: Sun, 19 Jan 2025 14:58:26 +0100 Subject: [PATCH] add correct user for default docker image for pixelfed --- charts/pixelfed/values.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/charts/pixelfed/values.yaml b/charts/pixelfed/values.yaml index 0177088..36de531 100644 --- a/charts/pixelfed/values.yaml +++ b/charts/pixelfed/values.yaml @@ -54,16 +54,18 @@ podLabels: {} # -- securityContext for the whole pod podSecurityContext: {} - # fsGroup: 2000 + # runAsUser: 33 + # runAsGroup: 33 + # fsGroup: 33 # -- securityContext for the pixelfed container securityContext: {} + # runAsUser: 33 + # runAsNonRoot: true + # readOnlyRootFilesystem: true # capabilities: # drop: # - 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/ service: