feat: Add security context to linkding

This commit is contained in:
Daniel Cosme
2026-04-18 10:57:01 -04:00
parent ae768dfc95
commit 58db56ba09
2 changed files with 20 additions and 6 deletions
+6
View File
@@ -21,9 +21,15 @@ spec:
ports:
- containerPort: 9090
resources: {}
securityContext:
allowPrivilegeEscalation: false
volumeMounts:
- mountPath: /etc/linkding/data
name: data
securityContext:
fsGroup: 33
runAsGroup: 33
runAsUser: 33
volumes:
- name: data
persistentVolumeClaim: