comment out
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user