From acf51aa3f3fb03d6b4b530866c35591bd5129442 Mon Sep 17 00:00:00 2001 From: Conor Brady Date: Mon, 29 Jan 2024 17:59:24 -0800 Subject: [PATCH] Task/crunchy 3 replicas (#3360) --- openshift/templates/crunchy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/templates/crunchy.yaml b/openshift/templates/crunchy.yaml index 796c72e9c..f329e45a9 100644 --- a/openshift/templates/crunchy.yaml +++ b/openshift/templates/crunchy.yaml @@ -71,7 +71,7 @@ objects: postgresVersion: 14 instances: - name: crunchy - replicas: 1 + replicas: 3 dataVolumeClaimSpec: accessModes: - "ReadWriteOnce"