Explorar el Código

Trial and error for tls

Simon Kaiser hace 4 años
padre
commit
233f7784bf
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      gitops-kaisers-info/templates/letsencrypt.yaml

+ 2
- 1
gitops-kaisers-info/templates/letsencrypt.yaml Ver fichero

@@ -16,6 +16,7 @@ spec:
16 16
             ingressTemplate:
17 17
               metadata:
18 18
                 annotations:
19
+                  "kubernetes.io/ingress.class": "traefik"
19 20
                   "traefik.ingress.kubernetes.io/router.tls": "true"
20
-                  "traefik.ingress.kubernetes.io/frontend-entry-points": "http"
21
+                  "traefik.ingress.kubernetes.io/frontend-entry-points": "https"
21 22
         selector: {}