comment out
This commit is contained in:
@@ -46,9 +46,7 @@ spec:
|
||||
terminationMessagePolicy: File
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
name: bitwarden-data
|
||||
- mountPath: /persistentvolumes
|
||||
name: nfs-client-root
|
||||
name: bitwarden-data-nfs
|
||||
dnsPolicy: ClusterFirst
|
||||
restartPolicy: Always
|
||||
schedulerName: default-scheduler
|
||||
@@ -58,10 +56,6 @@ spec:
|
||||
runAsUser: 0
|
||||
terminationGracePeriodSeconds: 30
|
||||
volumes:
|
||||
- name: bitwarden-data
|
||||
- name: bitwarden-data-nfs
|
||||
persistentVolumeClaim:
|
||||
claimName: bitwarden
|
||||
- name: nfs-client-root
|
||||
nfs:
|
||||
path: /volume1/k8s
|
||||
server: 192.168.1.176
|
||||
claimName: bitwarden-nfs
|
||||
|
||||
Reference in New Issue
Block a user