File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : url-shortener
33description : URL Shortener
4- version : 1.0.0
4+ version : 1.0.1
55type : application
Original file line number Diff line number Diff line change 1919 monitors :
2020 enabled : false
2121 annotations : {}
22- # Security context for container/pod (Shlink runs as non-root)
22+ # Security context for container/pod
23+ # Shlink 4.x runs as non-root by default - let the image define the user
24+ # Only set fsGroup to ensure volume permissions work correctly
2325 securityContext :
24- runAsUser : 1000
25- runAsGroup : 1000
26- fsGroup : 1000
26+ fsGroup : 1001
2727
2828 # Fallback: use init container if fsGroup doesn't work
2929 # Set to true if you're still getting permission errors
@@ -34,7 +34,7 @@ persistence:
3434 enabled : true
3535 size : 10Gi
3636 storageClass : hcloud-volumes
37- mountPath : /etc/shlink
37+ mountPath : /etc/shlink/data
3838
3939# Ingress configuration
4040ingress :
You can’t perform that action at this time.
0 commit comments