From b4a019ec0118f0552137499ab0573bbfb5a3f9f8 Mon Sep 17 00:00:00 2001 From: Janis Date: Thu, 30 Apr 2026 18:51:20 +0200 Subject: [PATCH] feat(hpa): increase minimum replicas for postgres-tunnel deployment to improve availability --- postgres-tunnel/eu-central-1/hpa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-tunnel/eu-central-1/hpa.yaml b/postgres-tunnel/eu-central-1/hpa.yaml index b6977bb..1e29401 100644 --- a/postgres-tunnel/eu-central-1/hpa.yaml +++ b/postgres-tunnel/eu-central-1/hpa.yaml @@ -8,7 +8,7 @@ spec: apiVersion: apps/v1 kind: Deployment name: postgres-tunnel - minReplicas: 1 + minReplicas: 2 maxReplicas: 5 metrics: - type: Resource