From 963bf40f0ca8ddae9130ebd43bb7fd45c7330579 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 17 Dec 2024 19:02:49 +0100 Subject: [PATCH] Whishper: Remove mongo log pvc --- .../mongo-claim1-persistentvolumeclaim.yaml | 24 +++++++++---------- whishper/mongo-deployment.yaml | 10 ++++---- 2 files changed, 17 insertions(+), 17 deletions(-) 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