We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292cff1 commit 6fd112dCopy full SHA for 6fd112d
charts/pixelfed/values.yaml
@@ -54,16 +54,18 @@ podLabels: {}
54
55
# -- securityContext for the whole pod
56
podSecurityContext: {}
57
- # fsGroup: 2000
+ # runAsUser: 33
58
+ # runAsGroup: 33
59
+ # fsGroup: 33
60
61
# -- securityContext for the pixelfed container
62
securityContext: {}
63
64
+ # runAsNonRoot: true
65
+ # readOnlyRootFilesystem: true
66
# capabilities:
67
# drop:
68
# - ALL
- # readOnlyRootFilesystem: true
- # runAsNonRoot: true
- # runAsUser: 1000
69
70
# This is for setting up a service more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/
71
service:
0 commit comments