Simon Kaiser 3 vuotta sitten
vanhempi
commit
1b3887cf7e
1 muutettua tiedostoa jossa 43 lisäystä ja 43 poistoa
  1. 43
    43
      cloud-kaisers-info/templates/nextcloud.yaml

+ 43
- 43
cloud-kaisers-info/templates/nextcloud.yaml Näytä tiedosto

@@ -20,67 +20,67 @@ spec:
20 20
     targetRevision: "2.12.1"
21 21
     helm:
22 22
       releaseName: "nextcloud"
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"
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"
34
+#
35
+#        nextcloud:
36
+#          host: "newcloud.kaisers.info"
37
+#          username: "admin"
38
+#          password: "changeme"
39
+#          mail:
40
+#            enabled: "true"
41
+#            fromAddress: "nextcloud <cloud@kaisers.info>"
42
+#            domain: "newcloud.kaisers.info"
43
+#            smtp:
44
+#              host: "mail.your-server.de"
45
+#              secure: "ssl"
46
+#              port: "587"
47
+#              authtype: "LOGIN"
48
+#              name: "cloud@kaisers.info"
49
+#              password: "v4w4e8dpg349Vd"
34 50
 
35
-        nextcloud:
36
-          host: "newcloud.kaisers.info"
37
-          username: "admin"
38
-          password: "changeme"
39
-          mail:
40
-            enabled: "true"
41
-            fromAddress: "nextcloud <cloud@kaisers.info>"
42
-            domain: "newcloud.kaisers.info"
43
-            smtp:
44
-              host: "mail.your-server.de"
45
-              secure: "ssl"
46
-              port: "587"
47
-              authtype: "LOGIN"
48
-              name: "cloud@kaisers.info"
49
-              password: "v4w4e8dpg349Vd"
50
-
51
-        internalDatabase:
52
-          enabled: "false"
51
+#        internalDatabase:
52
+#          enabled: "false"
53 53
 
54 54
         ##
55 55
         ## External database configuration
56 56
         ##
57
-        externalDatabase:
58
-          enabled: "true"
57
+#        externalDatabase:
58
+#          enabled: "true"
59 59
 
60
-          ## Supported database engines: mysql or postgresql
61
-          type: "mysql"
60
+#          ## Supported database engines: mysql or postgresql
61
+#          type: "mysql"
62 62
 
63 63
           ## Database host
64
-          host: "nextcloud-mariadb"
64
+#          host: "nextcloud-mariadb"
65 65
 
66 66
           ## Database user
67
-          user: "nextcloud"
67
+#          user: "nextcloud"
68 68
 
69 69
           ## Database password
70
-          password: "nextcloud"
70
+#          password: "nextcloud"
71 71
 
72 72
           ## Database name
73
-          database: "nextcloud"
73
+#          database: "nextcloud"
74 74
 
75 75
         
76 76
         ##
77 77
         ## MariaDB chart configuration
78 78
         ##
79
-        mariadb:
79
+#        mariadb:
80 80
           ## Whether to deploy a mariadb server to satisfy the applications database requirements. To use an external database set this to false and configure the externalDatabase parameters
81
-          enabled: "true"
81
+#          enabled: "true"
82 82
 
83
-          auth:
84
-            database: "nextcloud"
85
-            username: "nextcloud"
86
-            password: "nextcloud"
83
+#          auth:
84
+#            database: "nextcloud"
85
+#            username: "nextcloud"
86
+#            password: "nextcloud"