소스 검색

Argo-CD TLS

Simon Kaiser 4 년 전
부모
커밋
877973a00c
2개의 변경된 파일7개의 추가작업 그리고 3개의 파일을 삭제
  1. 4
    1
      gitops-kaisers-info/templates/argo-cd.yaml
  2. 3
    2
      gitops-kaisers-info/templates/authentik.yaml

+ 4
- 1
gitops-kaisers-info/templates/argo-cd.yaml 파일 보기

@@ -30,7 +30,10 @@ spec:
30 30
             pathType: Prefix
31 31
             annotations:
32 32
               cert-manager.io/cluster-issuer: letsencrypt-staging
33
-            tls: true
33
+            tls: 
34
+              - secretName: argo-cd-kaisers-info-tls
35
+                hosts:
36
+                - argo-cd.kaisers.info
34 37
           
35 38
           extraArgs:
36 39
             - --insecure

+ 3
- 2
gitops-kaisers-info/templates/authentik.yaml 파일 보기

@@ -55,9 +55,10 @@ spec:
55 55
                 - path: "/"
56 56
                   pathType: Prefix
57 57
           tls:
58
-            - hosts:
58
+            - secretName: authentik-kaisers-info-tls
59
+              hosts:
59 60
                 - authentik.kaisers.info
60
-              secretName: authentik-kaisers-info-tls
61
+              
61 62
 
62 63
         postgresql:
63 64
           enabled: true