From 07d9e6b024f8b0a7d9787c5ee2ce0c412a51b268 Mon Sep 17 00:00:00 2001 From: Mohan E Date: Tue, 29 Oct 2024 17:12:44 +0530 Subject: [PATCH 1/2] [DSD-6539] Updated install.sh Signed-off-by: Mohan E --- deployment/v3/external/istio-gateway/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/v3/external/istio-gateway/install.sh b/deployment/v3/external/istio-gateway/install.sh index 7fe0995fa..09c9fc3da 100755 --- a/deployment/v3/external/istio-gateway/install.sh +++ b/deployment/v3/external/istio-gateway/install.sh @@ -43,7 +43,7 @@ if [[ -n "$public_exists" && -n "$internal_exists" ]]; then else helm -n $NS install istio-addons . \ $gateway_option \ - --set proxyProtocol.enabled=false + --set proxyProtocol.enabled=false \ --wait fi From 6cb4af62f40f95c7261d9d425c0c3fc82257a84f Mon Sep 17 00:00:00 2001 From: Mohan E Date: Sun, 5 Jan 2025 17:29:47 +0530 Subject: [PATCH 2/2] Updated values.yaml Signed-off-by: Mohan E --- deployment/v3/external/postgres/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/v3/external/postgres/values.yaml b/deployment/v3/external/postgres/values.yaml index 16cf1c4ac..7d48bee54 100644 --- a/deployment/v3/external/postgres/values.yaml +++ b/deployment/v3/external/postgres/values.yaml @@ -6,8 +6,8 @@ primary: max_replication_slots=10 resources: limits: - cpu: 1500m - memory: 2000Mi + cpu: 1500m + memory: 2000Mi requests: cpu: 1500m memory: 2000Mi