From 9cf753f8aa872f2688a6d68046a876593f3c6127 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 10 Oct 2022 18:33:42 -0500 Subject: [PATCH] test object storage --- nextcloud/values.yaml | 70 +++++++++++++------------------------------ 1 file changed, 20 insertions(+), 50 deletions(-) diff --git a/nextcloud/values.yaml b/nextcloud/values.yaml index b3a7712..ec7a853 100644 --- a/nextcloud/values.yaml +++ b/nextcloud/values.yaml @@ -57,61 +57,31 @@ nextcloud: # 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: - # s3.config.php: |- - # array( - # 'class' => '\\OC\\Files\\ObjectStore\\S3', - # 'arguments' => array( - # 'bucket' => 'my-bucket', - # 'autocreate' => true, - # 'key' => 'xxx', - # 'secret' => 'xxx', - # 'region' => 'us-east-1', - # 'use_ssl' => true - # ) - # ) - # ); - - defaultConfigs: - .htaccess: true - redis.config.php: true - apache-pretty-urls.config.php: true - apcu.config.php: true - apps.config.php: true - autoconfig.php: true - smtp.config.php: false + configs: + s3.config.php: |- + array( + 'class' => '\\OC\\Files\\ObjectStore\\S3', + 'arguments' => array( + 'bucket' => 'nextcloud', + 'autocreate' => false, + 'key' => '9qTcNX9Q6nw1teIM', + 'secret' => 'THbopkCtESSWui6A1Z0DDDLG5WZo4Eon', + 'region' => 'us-east-1', + 'hostname' => '192.168.20.253', + 'port' => 9768, + 'use_ssl' => false + ) + ) + ); internalDatabase: - enabled: false + enabled: true externalDatabase: enabled: false - mariadb: - enabled: true - - auth: - database: nextcloud - username: nextcloud - password: changeme - - architecture: standalone - - primary: - persistence: - enabled: true - storageClass: "longhorn" - accessMode: ReadWriteMany - size: 8Gi - - redis: - enabled: true - auth: - enabled: true - password: 'changeme' - service: type: ClusterIP port: 8080 @@ -119,7 +89,7 @@ nextcloud: nodePort: nil persistence: - enabled: true + enabled: false annotations: {} storageClass: "longhorn" accessMode: ReadWriteMany