Add the pv and pvc back
This commit is contained in:
@@ -69,7 +69,13 @@ spec:
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /config
|
||||
- name: smb-tower-books
|
||||
mountPath: /mnt/books
|
||||
readOnly: false
|
||||
volumes:
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
claimName: sonarr
|
||||
claimName: sonarr
|
||||
- name: smb-tower-books
|
||||
persistentVolumeClaim:
|
||||
claimName: pvc-smb-tower-books
|
||||
@@ -1,6 +1,6 @@
|
||||
# apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
# kind: Kustomization
|
||||
# namespace: apps
|
||||
# resources:
|
||||
# - books.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: apps
|
||||
resources:
|
||||
- books.yaml
|
||||
# - tv.yaml
|
||||
Reference in New Issue
Block a user