Browse Source

cluster issuer with routes

Simon Kaiser 4 years ago
parent
commit
7aba3f6739
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      gitops-kaisers-info/templates/letsencrypt.yaml

+ 5
- 0
gitops-kaisers-info/templates/letsencrypt.yaml View File

13
       - http01:
13
       - http01:
14
           ingress:
14
           ingress:
15
             class: traefik
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
         selector: {}
21
         selector: {}