ソースを参照

Nextcloud without ingress

Simon Kaiser 3 年 前
コミット
5111a91958
共有1 個のファイルを変更した10 個の追加10 個の削除を含む
  1. 10
    10
      cloud-kaisers-info/templates/nextcloud.yaml

+ 10
- 10
cloud-kaisers-info/templates/nextcloud.yaml ファイルの表示

@@ -21,16 +21,16 @@ spec:
21 21
     helm:
22 22
       releaseName: "nextcloud"
23 23
       values: |
24
-        ingress:
25
-          enabled: "true"
26
-          annotations: 
27
-            cert-manager.io/cluster-issuer: "letsencrypt-prod"
28
-          tls:
29
-            - secretName: "newcloud-kaisers-info-tls"
30
-              hosts:
31
-                - "newcloud.kaisers.info"
32
-          path: "/""
33
-          pathType: "Prefix"
24
+        #ingress:
25
+        #  enabled: "true"
26
+        #  annotations: 
27
+        #    cert-manager.io/cluster-issuer: "letsencrypt-prod"
28
+        #  tls:
29
+        #    - secretName: "newcloud-kaisers-info-tls"
30
+        #      hosts:
31
+        #        - "newcloud.kaisers.info"
32
+        #  path: "/""
33
+        #  pathType: "Prefix"
34 34
 
35 35
         nextcloud:
36 36
           host: "newcloud.kaisers.info"