diff --git a/whishper/mongo-claim1-persistentvolumeclaim.yaml b/whishper/mongo-claim1-persistentvolumeclaim.yaml index b34580f..b873d38 100644 --- a/whishper/mongo-claim1-persistentvolumeclaim.yaml +++ b/whishper/mongo-claim1-persistentvolumeclaim.yaml @@ -1,12 +1,12 @@ -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - labels: - io.kompose.service: mongo-claim1 - name: mongo-claim1 -spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 10Gi +# apiVersion: v1 +# kind: PersistentVolumeClaim +# metadata: +# labels: +# io.kompose.service: mongo-claim1 +# name: mongo-claim1 +# spec: +# accessModes: +# - ReadWriteOnce +# resources: +# requests: +# storage: 10Gi diff --git a/whishper/mongo-deployment.yaml b/whishper/mongo-deployment.yaml index 5b7d1f5..234280a 100644 --- a/whishper/mongo-deployment.yaml +++ b/whishper/mongo-deployment.yaml @@ -64,13 +64,13 @@ spec: volumeMounts: - mountPath: /data/db name: mongo-claim0 - - mountPath: /var/log/mongodb - name: mongo-claim1 + # - mountPath: /var/log/mongodb + # name: mongo-claim1 restartPolicy: Always volumes: - name: mongo-claim0 persistentVolumeClaim: claimName: mongo-claim0 - - name: mongo-claim1 - persistentVolumeClaim: - claimName: mongo-claim1 + # - name: mongo-claim1 + # persistentVolumeClaim: + # claimName: mongo-claim1