From f7a647308cdb12f118d80a49a58644b1d2250786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sat, 15 Mar 2025 18:00:06 +0100 Subject: [PATCH] update postgres --- deploy/postgres/values.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 deploy/postgres/values.yaml diff --git a/deploy/postgres/values.yaml b/deploy/postgres/values.yaml new file mode 100644 index 0000000..6607ade --- /dev/null +++ b/deploy/postgres/values.yaml @@ -0,0 +1,14 @@ +global: + storageClass: longhorn + +primary: + persistence: + enabled: true + storageClass: longhorn + size: 20Gi + +readReplicas: + persistence: + enabled: true + storageClass: longhorn + size: 20Gi