From b9ca9b8ba78a8b83c617d5967d747a1c88ad3f43 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 29 Dec 2024 22:39:44 +0100 Subject: [PATCH] Increased number of replicas cert-manager --- infrastructure/controllers/cert-manager.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/infrastructure/controllers/cert-manager.yaml b/infrastructure/controllers/cert-manager.yaml index 1843897..a34d0cc 100644 --- a/infrastructure/controllers/cert-manager.yaml +++ b/infrastructure/controllers/cert-manager.yaml @@ -29,7 +29,11 @@ spec: interval: 1m0s values: installCRDs: true - replicaCount: 1 + replicaCount: 2 + webhook: + replicaCount: 2 + cainjector: + replicaCount: 2 extraArgs: - --dns01-recursive-nameservers=1.1.1.1:53,9.9.9.9:53 - --dns01-recursive-nameservers-only