From 017d169b0ddb7f00c2dc512e0d692a2a0579d5e7 Mon Sep 17 00:00:00 2001 From: "jona.klaess" Date: Sun, 7 Jun 2026 13:15:09 +0200 Subject: [PATCH] revert pvc to rwx --- ptp-chat/ptp-chat-db.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptp-chat/ptp-chat-db.yaml b/ptp-chat/ptp-chat-db.yaml index 3de9171..bb704bf 100644 --- a/ptp-chat/ptp-chat-db.yaml +++ b/ptp-chat/ptp-chat-db.yaml @@ -7,7 +7,7 @@ metadata: namespace: ptp-chat spec: accessModes: - - ReadWriteOnce + - ReadWriteMany resources: requests: storage: 1Gi