Explorar el Código

cluster issuer with routes

Simon Kaiser hace 3 años
padre
commit
7aba3f6739
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      gitops-kaisers-info/templates/letsencrypt.yaml

+ 5
- 0
gitops-kaisers-info/templates/letsencrypt.yaml Ver fichero

@@ -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: {}