From 1e24b544b608423b0f4c3de9c386565d4f38ae38 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 21 Sep 2024 22:49:27 +0100 Subject: [PATCH] is this needed? --- apps/production/cert-manager/cert-manager.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/production/cert-manager/cert-manager.yaml b/apps/production/cert-manager/cert-manager.yaml index 4c8cf74..38f6e5d 100644 --- a/apps/production/cert-manager/cert-manager.yaml +++ b/apps/production/cert-manager/cert-manager.yaml @@ -36,8 +36,8 @@ metadata: namespace: cert-manager stringData: values.yaml: | - installCRDs: false - replicaCount: 3 + installCRDs: true + replicaCount: 1 extraArgs: - --dns01-recursive-nameservers=1.1.1.1:53,9.9.9.9:53 - --dns01-recursive-nameservers-only