Przeglądaj źródła

Nextcloud config

Simon Kaiser 3 lat temu
rodzic
commit
4ffb4fee00
1 zmienionych plików z 7 dodań i 1 usunięć
  1. 7
    1
      cloud-kaisers-info/templates/nextcloud.yaml

+ 7
- 1
cloud-kaisers-info/templates/nextcloud.yaml Wyświetl plik

@@ -17,7 +17,7 @@ spec:
17 17
   source:
18 18
     chart: "nextcloud"
19 19
     repoURL: "https://nextcloud.github.io/helm/"
20
-    targetRevision: "2.12.1"
20
+    targetRevision: "2.14.3"
21 21
     helm:
22 22
       releaseName: "nextcloud"
23 23
       values: |
@@ -47,6 +47,12 @@ spec:
47 47
                 authtype: "LOGIN"
48 48
                 name: "cloud@kaisers.info"
49 49
                 password: "v4w4e8dpg349Vd"
50
+          
51
+          persistence:
52
+            enabled: "true"
53
+
54
+          mariadb:
55
+            enabled: "true"
50 56
 
51 57
 #        internalDatabase:
52 58
 #          enabled: "false"