From acdc684e627fd6c64466b51927918b8195f62bb5 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Wed, 5 May 2021 09:50:42 +0100 Subject: [PATCH] Dropped replicas back to 1 --- manifests/inlets/inlets.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/inlets/inlets.yaml b/manifests/inlets/inlets.yaml index ddafde9..d6f0c7a 100644 --- a/manifests/inlets/inlets.yaml +++ b/manifests/inlets/inlets.yaml @@ -33,7 +33,7 @@ metadata: labels: app: inlets spec: - replicas: 2 + replicas: 1 selector: matchLabels: app: inlets