feat: add storage to linkding deployment

This commit is contained in:
Daniel Cosme
2026-04-18 10:18:07 -04:00
parent 3a0b0d7f72
commit ae768dfc95
3 changed files with 32 additions and 0 deletions
+7
View File
@@ -21,4 +21,11 @@ spec:
ports:
- containerPort: 9090
resources: {}
volumeMounts:
- mountPath: /etc/linkding/data
name: data
volumes:
- name: data
persistentVolumeClaim:
claimName: linking-pvc
status: {}