chore: Update manifests after change

This commit is contained in:
2025-12-29 22:57:45 +00:00
parent 5485522f6b
commit 24f2a87191
6 changed files with 173 additions and 0 deletions

View File

@@ -50,9 +50,14 @@ spec:
cpu: 10m
memory: 128Mi
volumeMounts:
- mountPath: /data
name: audiobooks
- mountPath: /config
name: config
volumes:
- name: audiobooks
persistentVolumeClaim:
claimName: libation-nfs-storage
- name: config
persistentVolumeClaim:
claimName: libation

View File

@@ -45,9 +45,14 @@ spec:
cpu: 10m
memory: 32Mi
volumeMounts:
- mountPath: /data
name: audiobooks
- mountPath: /config
name: config
volumes:
- name: audiobooks
persistentVolumeClaim:
claimName: libation-nfs-storage
- name: config
persistentVolumeClaim:
claimName: libation