commit 8be3f5410178c7dafd6004bd3913bb2854b2b605
parent 8f6b457a7af07371054033e7b0e7756b8481da63
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Sat, 29 Nov 2025 15:36:53 +0100
fix missing pvc location
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/apps/talos_cluster/bookwyrm/deployment.yaml b/apps/talos_cluster/bookwyrm/deployment.yaml
@@ -65,6 +65,9 @@ spec:
- name: bookwyrm-data
mountPath: /app/exports
subPath: exports
+ - name: bookwyrm-data
+ mountPath: /app/images
+ subPath: images
env:
- name: POD_IP
valueFrom:
@@ -181,6 +184,9 @@ spec:
- name: bookwyrm-data
mountPath: /app/exports
subPath: exports
+ - name: bookwyrm-data
+ mountPath: /app/images
+ subPath: images
- name: nginx-config
mountPath: /etc/nginx/templates/default.conf.template
subPath: reverse_proxy.conf
@@ -330,6 +336,9 @@ spec:
- name: bookwyrm-data
mountPath: /app/exports
subPath: exports
+ - name: bookwyrm-data
+ mountPath: /app/images
+ subPath: images
env:
- name: POD_IP
valueFrom:
@@ -469,6 +478,9 @@ spec:
- name: bookwyrm-data
mountPath: /app/exports
subPath: exports
+ - name: bookwyrm-data
+ mountPath: /app/images
+ subPath: images
env:
- name: POD_IP
valueFrom:
@@ -598,6 +610,9 @@ spec:
- name: bookwyrm-data
mountPath: /app/exports
subPath: exports
+ - name: bookwyrm-data
+ mountPath: /app/images
+ subPath: images
env:
- name: POD_IP
valueFrom:
@@ -724,6 +739,9 @@ spec:
- name: bookwyrm-data
mountPath: /app/exports
subPath: exports
+ - name: bookwyrm-data
+ mountPath: /app/images
+ subPath: images
env:
- name: POD_IP
valueFrom: