test object storage

This commit is contained in:
2022-10-10 18:33:42 -05:00
parent d0390bbda1
commit 9cf753f8aa

View File

@@ -57,61 +57,31 @@ nextcloud:
# For example, to use S3 as primary storage # 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 # ref: https://docs.nextcloud.com/server/13/admin_manual/configuration_files/primary_storage.html#simple-storage-service-s3
# #
# configs: configs:
# s3.config.php: |- s3.config.php: |-
# <?php <?php
# $CONFIG = array ( $CONFIG = array (
# 'objectstore' => array( 'objectstore' => array(
# 'class' => '\\OC\\Files\\ObjectStore\\S3', 'class' => '\\OC\\Files\\ObjectStore\\S3',
# 'arguments' => array( 'arguments' => array(
# 'bucket' => 'my-bucket', 'bucket' => 'nextcloud',
# 'autocreate' => true, 'autocreate' => false,
# 'key' => 'xxx', 'key' => '9qTcNX9Q6nw1teIM',
# 'secret' => 'xxx', 'secret' => 'THbopkCtESSWui6A1Z0DDDLG5WZo4Eon',
# 'region' => 'us-east-1', 'region' => 'us-east-1',
# 'use_ssl' => true 'hostname' => '192.168.20.253',
# ) 'port' => 9768,
# ) 'use_ssl' => false
# ); )
)
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
internalDatabase: internalDatabase:
enabled: false enabled: true
externalDatabase: externalDatabase:
enabled: false 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: service:
type: ClusterIP type: ClusterIP
port: 8080 port: 8080
@@ -119,7 +89,7 @@ nextcloud:
nodePort: nil nodePort: nil
persistence: persistence:
enabled: true enabled: false
annotations: {} annotations: {}
storageClass: "longhorn" storageClass: "longhorn"
accessMode: ReadWriteMany accessMode: ReadWriteMany