This commit is contained in:
2025-07-08 22:11:16 +01:00
parent c37ebb327c
commit ff4702376f
2 changed files with 10 additions and 7 deletions

View File

@@ -77,5 +77,7 @@ spec:
persistentVolumeClaim: persistentVolumeClaim:
claimName: sonarr claimName: sonarr
- name: smb-tower-books - name: smb-tower-books
persistentVolumeClaim: nfs:
claimName: pvc-smb-tower-books server: 192.168.1.100
path: /tv
readOnly: true

View File

@@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: kube-system namespace: kube-system
resources: resources:
- helmrelease.yaml - helmrelease.yaml
- helmrepo.yaml - helmrepo.yaml
- ./tower-shares - secret.yaml
- ./tower-shares