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