comment out
This commit is contained in:
@@ -41,7 +41,7 @@ spec:
|
||||
terminationMessagePolicy: File
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: nzbget-config
|
||||
name: nzbget-config-nfs
|
||||
- mountPath: /downloads
|
||||
name: nzbget-downloads
|
||||
- mountPath: /tv
|
||||
@@ -50,17 +50,15 @@ spec:
|
||||
name: nfs-movies
|
||||
- mountPath: /books
|
||||
name: nfs-books
|
||||
- mountPath: /persistentvolumes
|
||||
name: nfs-client-root
|
||||
dnsPolicy: ClusterFirst
|
||||
restartPolicy: Always
|
||||
schedulerName: default-scheduler
|
||||
securityContext: {}
|
||||
terminationGracePeriodSeconds: 30
|
||||
volumes:
|
||||
- name: nzbget-config
|
||||
- name: nzbget-config-nfs
|
||||
persistentVolumeClaim:
|
||||
claimName: nzbget-config
|
||||
claimName: nzbget-config-nfs
|
||||
- name: nzbget-downloads
|
||||
emptyDir:
|
||||
sizeLimit: 200Gi
|
||||
@@ -76,7 +74,4 @@ spec:
|
||||
nfs:
|
||||
path: /volume2/vol2/Ebooks/
|
||||
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