Ver código fonte

cluster issuer with routes

Simon Kaiser 3 anos atrás
pai
commit
7aba3f6739
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5
    0
      gitops-kaisers-info/templates/letsencrypt.yaml

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

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