From 7ef0698e35853f5d501535ffea3846882390104d Mon Sep 17 00:00:00 2001 From: infinicaretech Date: Thu, 2 Apr 2026 10:24:58 +0000 Subject: [PATCH] fix: set replicas to 1 for SQLite compatibility --- environments/health-app/overlays/production/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/health-app/overlays/production/kustomization.yaml b/environments/health-app/overlays/production/kustomization.yaml index 9d1daa3..56dff27 100644 --- a/environments/health-app/overlays/production/kustomization.yaml +++ b/environments/health-app/overlays/production/kustomization.yaml @@ -15,4 +15,4 @@ patches: patch: |- - op: replace path: /spec/replicas - value: 2 + value: 1