From 0ac194cec11cb9776f5ab16d71ed3d4e08ef3810 Mon Sep 17 00:00:00 2001 From: Viki Val Date: Sat, 30 Sep 2023 16:57:11 +0200 Subject: [PATCH] :zap: postgress profiles medium --- speck.yaml | 3 ++- squid.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/speck.yaml b/speck.yaml index 7402753..b1a127b 100644 --- a/speck.yaml +++ b/speck.yaml @@ -33,4 +33,5 @@ scale: dedicated: true addons: postgres: - storage: 5G \ No newline at end of file + storage: 5G + profile: medium \ No newline at end of file diff --git a/squid.yaml b/squid.yaml index ee0a542..8fc1998 100644 --- a/squid.yaml +++ b/squid.yaml @@ -33,4 +33,5 @@ scale: dedicated: true addons: postgres: - storage: 5G \ No newline at end of file + storage: 5G + profile: medium \ No newline at end of file