From 5b44f4ce369bdf9745fc89f02d80ba182a59f397 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Sat, 1 Jun 2024 20:14:20 -0500 Subject: [PATCH] change persistence name --- clusters/cl01tl/platform/matrix-synapse/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/platform/matrix-synapse/values.yaml b/clusters/cl01tl/platform/matrix-synapse/values.yaml index 032629d54..7b2666f00 100644 --- a/clusters/cl01tl/platform/matrix-synapse/values.yaml +++ b/clusters/cl01tl/platform/matrix-synapse/values.yaml @@ -213,7 +213,7 @@ mautrix-discord: targetPort: 29334 protocol: HTTP persistence: - data: + mautrix-discord-data: storageClass: ceph-block accessMode: ReadWriteOnce size: 500Mi @@ -264,7 +264,7 @@ mautrix-whatsapp: targetPort: 29334 protocol: HTTP persistence: - data: + mautrix-whatsapp-data: storageClass: ceph-block accessMode: ReadWriteOnce size: 500Mi