From 8237ddd1883ff8d2432b225dafcc250c820588bc Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 17 Dec 2024 14:22:29 +0100 Subject: [PATCH] Whishper: change pvc 2 --- whisper/mongo-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whisper/mongo-deployment.yaml b/whisper/mongo-deployment.yaml index 41aae48..f0a8c87 100644 --- a/whisper/mongo-deployment.yaml +++ b/whisper/mongo-deployment.yaml @@ -69,9 +69,9 @@ spec: protocol: TCP volumeMounts: - mountPath: /data/db - name: mongo-claim0 + name: mongo-claim2 - mountPath: /var/log/mongodb - name: mongo-claim1 + name: mongo-claim3 restartPolicy: Always volumes: - name: mongo-claim0