diff --git a/nextcloud/values.yaml b/nextcloud/values.yaml index 2b49d99..0496fea 100644 --- a/nextcloud/values.yaml +++ b/nextcloud/values.yaml @@ -54,27 +54,6 @@ nextcloud: phpConfigs: {} - # For example, to use S3 as primary storage - # ref: https://docs.nextcloud.com/server/13/admin_manual/configuration_files/primary_storage.html#simple-storage-service-s3 - # - configs: - storage.config.php: |- - array( - 'class' => '\\OC\\Files\\ObjectStore\\S3', - 'arguments' => array( - 'bucket' => 'nextcloud', - 'autocreate' => true, - 'key' => '9qTcNX9Q6nw1teIM', - 'secret' => 'THbopkCtESSWui6A1Z0DDDLG5WZo4Eon', - 'hostname' => 'http://192.168.20.253:9768', - 'use_ssl' => false, - 'use_path_style' => true - ) - ) - ); - internalDatabase: enabled: true @@ -91,7 +70,7 @@ nextcloud: nodePort: nil persistence: - enabled: false + enabled: true annotations: {} storageClass: "longhorn" accessMode: ReadWriteMany