From fce5379241973427fc5516be9e804ec52223d723 Mon Sep 17 00:00:00 2001 From: "jona.klaess" Date: Sun, 7 Jun 2026 13:12:39 +0200 Subject: [PATCH] move mount path for postgres >=v18 --- 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 79f830a..3de9171 100644 --- a/ptp-chat/ptp-chat-db.yaml +++ b/ptp-chat/ptp-chat-db.yaml @@ -54,7 +54,7 @@ spec: cpu: 2 volumeMounts: - name: ptp-chat-pvc - mountPath: /var/lib/postgresql/data + mountPath: /var/lib/postgresql readOnly: false volumes: - name: ptp-chat-pvc