From 401defaf833b3afe09fbdf9c0f4350e45a592039 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 3 Aug 2022 21:30:13 +0200 Subject: Try to set the ingress class properly on lets encrypt challenges --- .../configuration/cluster-issuers/letsencrypt-staging.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks.d/k3s-master/share/manifests/infrastructure/configuration/cluster-issuers/letsencrypt-staging.yaml b/playbooks.d/k3s-master/share/manifests/infrastructure/configuration/cluster-issuers/letsencrypt-staging.yaml index fda0ed2..5922ff2 100644 --- a/playbooks.d/k3s-master/share/manifests/infrastructure/configuration/cluster-issuers/letsencrypt-staging.yaml +++ b/playbooks.d/k3s-master/share/manifests/infrastructure/configuration/cluster-issuers/letsencrypt-staging.yaml @@ -13,4 +13,8 @@ spec: - http01: ingress: class: nginx + ingressTemplate: + spec: + ingressClassName: "nginx" + selector: {} ... -- cgit v1.1