From c526dfa28cf7b1ec9404851829feb7fa60a0dba2 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Sun, 16 Feb 2025 02:10:09 +0100 Subject: [PATCH] Reconfigure cluster-issuer to use dns webhook --- infra/configs/cluster-issuer.yaml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/infra/configs/cluster-issuer.yaml b/infra/configs/cluster-issuer.yaml index f00015b..e50fcde 100644 --- a/infra/configs/cluster-issuer.yaml +++ b/infra/configs/cluster-issuer.yaml @@ -7,8 +7,21 @@ spec: email: arek.dzski@gmail.com server: https://acme-v02.api.letsencrypt.org/directory solvers: - - http01: - ingress: - ingressClassName: nginx + - dns01: + cnameStrategy: None + webhook: + groupName: lumpiasty-homelab + solverName: ovh + config: + endpoint: ovh-eu + applicationKeyRef: + name: ovh-credentials + key: applicationKey + applicationSecretRef: + name: ovh-credentials + key: applicationSecret + consumerKeyRef: + name: ovh-credentials + key: consumerKey privateKeySecretRef: name: letsencrypt-key