瀏覽代碼

Argo-CD TLS

Simon Kaiser 3 年之前
父節點
當前提交
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