summaryrefslogtreecommitdiff
path: root/playbooks.d/k3s-master
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-08-03 21:30:13 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-08-03 21:30:13 +0200
commit401defaf833b3afe09fbdf9c0f4350e45a592039 (patch)
treeb721a7e6373796f0ee91228b814f2b9c21164350 /playbooks.d/k3s-master
parentb23c7ea3e0967574a7496f4d0df80f43fa4255f4 (diff)
Try to set the ingress class properly on lets encrypt challenges
Diffstat (limited to 'playbooks.d/k3s-master')
-rw-r--r--playbooks.d/k3s-master/share/manifests/infrastructure/configuration/cluster-issuers/letsencrypt-staging.yaml4
1 files changed, 4 insertions, 0 deletions
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: {}
...