From fc7d09a293f84b3f0e54b77cc41fa79624ad70b6 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Tue, 18 May 2021 22:01:52 +0100 Subject: [PATCH] Drop nextcloud down to 1 replica --- manifests/nextcloud_chart/nextcloud_chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/nextcloud_chart/nextcloud_chart.yaml b/manifests/nextcloud_chart/nextcloud_chart.yaml index 05e51af..a4a7e80 100644 --- a/manifests/nextcloud_chart/nextcloud_chart.yaml +++ b/manifests/nextcloud_chart/nextcloud_chart.yaml @@ -31,7 +31,7 @@ spec: image: tag: 19.0.10-apache pullPolicy: Always - replicaCount: 2 + replicaCount: 1 ingress: enabled: true annotations: