Add the pv and pvc back

This commit is contained in:
2025-01-29 17:46:03 +00:00
parent 0a22c2b7a3
commit ef3cc756cc
2 changed files with 12 additions and 6 deletions

View File

@@ -69,7 +69,13 @@ spec:
volumeMounts: volumeMounts:
- name: config - name: config
mountPath: /config mountPath: /config
- name: smb-tower-books
mountPath: /mnt/books
readOnly: false
volumes: volumes:
- name: config - name: config
persistentVolumeClaim: persistentVolumeClaim:
claimName: sonarr claimName: sonarr
- name: smb-tower-books
persistentVolumeClaim:
claimName: pvc-smb-tower-books

View File

@@ -1,6 +1,6 @@
# apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
# kind: Kustomization kind: Kustomization
# namespace: apps namespace: apps
# resources: resources:
# - books.yaml - books.yaml
# - tv.yaml # - tv.yaml