add nextcloud chart as forked, add gitignore
This commit is contained in:
20
charts/nextcloud/test-values/s3-as-primary-storage.yaml
Normal file
20
charts/nextcloud/test-values/s3-as-primary-storage.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
fullnameOverride: nextcloud
|
||||
|
||||
image:
|
||||
flavor: fpm
|
||||
|
||||
nginx:
|
||||
enabled: true
|
||||
|
||||
nextcloud:
|
||||
host: nextcloud
|
||||
objectStore:
|
||||
s3:
|
||||
enabled: true
|
||||
accessKey: nextcloud
|
||||
secretKey: rootpass123
|
||||
host: minio.nextcloud.svc.cluster.local
|
||||
port: 9000
|
||||
ssl: false
|
||||
bucket: nextcloud
|
||||
usePathStyle: true
|
||||
Reference in New Issue
Block a user