소스 검색

cluster issuer with routes

Simon Kaiser 3 년 전
부모
커밋
7aba3f6739
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5
    0
      gitops-kaisers-info/templates/letsencrypt.yaml

+ 5
- 0
gitops-kaisers-info/templates/letsencrypt.yaml 파일 보기

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