diff --git a/argo/apps/values.yaml b/argo/apps/values.yaml index 99efe32..45a4aec 100644 --- a/argo/apps/values.yaml +++ b/argo/apps/values.yaml @@ -45,11 +45,11 @@ helmApps: repoURL: https://chartmuseum.github.io/charts chart: chartmuseum revision: 3.10.1 - # - app: nextcloud - # namespace: nextcloud - # repoURL: https://nextcloud.github.io/helm/ - # chart: nextcloud - # revision: 3.5.19 + - app: nextcloud + namespace: nextcloud + repoURL: https://nextcloud.github.io/helm/ + chart: nextcloud + revision: 3.5.19 - app: wallabag namespace: wallabag repoURL: https://k8s-at-home.com/charts/ diff --git a/manifests/nextcloud-pvc.yaml b/manifests/nextcloud-pvc.yaml index b2e9b65..a630a7a 100644 --- a/manifests/nextcloud-pvc.yaml +++ b/manifests/nextcloud-pvc.yaml @@ -6,7 +6,7 @@ metadata: spec: accessModes: - ReadWriteOnce - storageClassName: longhorn-retain + storageClassName: longhorn-encrypted-retain resources: requests: - storage: 10Gi + storage: 25Gi