fix pvcs for mongodb
This commit is contained in:
@@ -18,7 +18,7 @@ spec:
|
|||||||
claimRef:
|
claimRef:
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
name: mongodb-pvc
|
name: datadir-mongodb-0
|
||||||
namespace: mongodb
|
namespace: mongodb
|
||||||
nodeAffinity:
|
nodeAffinity:
|
||||||
required:
|
required:
|
||||||
@@ -49,7 +49,7 @@ spec:
|
|||||||
claimRef:
|
claimRef:
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
name: mongodb-backup-pvc
|
name: mongodb-mongodump
|
||||||
namespace: mongodb
|
namespace: mongodb
|
||||||
nodeAffinity:
|
nodeAffinity:
|
||||||
required:
|
required:
|
||||||
|
|||||||
Reference in New Issue
Block a user