From 5d0e6e4b948283f6b4b1f0aecdd2e2698cbfe68a Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 17 Dec 2024 19:13:05 +0100 Subject: [PATCH] Whishper: Remove mongo log pvc 4 --- whishper/mongo-claim0-persistentvolumeclaim.yaml | 4 ++-- whishper/mongo-deployment.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/whishper/mongo-claim0-persistentvolumeclaim.yaml b/whishper/mongo-claim0-persistentvolumeclaim.yaml index 909b0af..cda1e34 100644 --- a/whishper/mongo-claim0-persistentvolumeclaim.yaml +++ b/whishper/mongo-claim0-persistentvolumeclaim.yaml @@ -2,8 +2,8 @@ apiVersion: v1 kind: PersistentVolumeClaim metadata: labels: - io.kompose.service: mongo-claim0 - name: mongo-claim0 + io.kompose.service: mongo-claim10 + name: mongo-claim10 spec: accessModes: - ReadWriteOnce diff --git a/whishper/mongo-deployment.yaml b/whishper/mongo-deployment.yaml index 6d82144..3a903f2 100644 --- a/whishper/mongo-deployment.yaml +++ b/whishper/mongo-deployment.yaml @@ -70,7 +70,7 @@ spec: volumes: - name: mongo-claim0 persistentVolumeClaim: - claimName: mongo-claim0 + claimName: mongo-claim10 # - name: mongo-claim1 # persistentVolumeClaim: # claimName: mongo-claim1