comment out

This commit is contained in:
Chris Richardson
2025-07-02 23:37:54 -04:00
parent 5ced4d798a
commit 8dbc1f124e
27 changed files with 223 additions and 187 deletions

View File

@@ -34,35 +34,25 @@ spec:
terminationMessagePolicy: File
volumeMounts:
- mountPath: /downloads
name: downloads
- mountPath: /sonarBK
name: sonar
name: downloads-nfs
- mountPath: /config
name: sonar-config
name: sonar-config-nfs
- mountPath: /tv
name: nfs-tv
- mountPath: /persistentvolumes
name: nfs-client-root
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- name: downloads
- name: downloads-nfs
persistentVolumeClaim:
claimName: sonarr-downloads
- name: sonar
claimName: sonarr-downloads-nfs
- name: sonar-config-nfs
persistentVolumeClaim:
claimName: sonarr
- name: sonar-config
persistentVolumeClaim:
claimName: sonarr-config
claimName: sonarr-config-nfs
- name: nfs-tv
nfs:
path: /volume2/vol2/TV/
server: 192.168.1.78
- name: nfs-client-root
nfs:
path: /volume1/k8s
server: 192.168.1.176