Procházet zdrojové kódy

cluster issuer with routes

Simon Kaiser před 3 roky
rodič
revize
7aba3f6739
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5
    0
      gitops-kaisers-info/templates/letsencrypt.yaml

+ 5
- 0
gitops-kaisers-info/templates/letsencrypt.yaml Zobrazit soubor

@@ -13,4 +13,9 @@ spec:
13 13
       - http01:
14 14
           ingress:
15 15
             class: traefik
16
+            ingressTemplate:
17
+              metadata:
18
+                annotations:
19
+                  "traefik.ingress.kubernetes.io/router.tls": "true"
20
+                  "traefik.ingress.kubernetes.io/frontend-entry-points": "websecure"
16 21
         selector: {}