add nextcloud chart as forked, add gitignore
This commit is contained in:
5
charts/nextcloud/test-values/hpa.yaml
Normal file
5
charts/nextcloud/test-values/hpa.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
hpa:
|
||||
enabled: true
|
||||
minPods: 2
|
||||
maxPods: 3
|
||||
targetCPUUtilizationPercentage: 75
|
||||
5
charts/nextcloud/test-values/nginx.yaml
Normal file
5
charts/nextcloud/test-values/nginx.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
image:
|
||||
flavor: fpm
|
||||
|
||||
nginx:
|
||||
enabled: true
|
||||
14
charts/nextcloud/test-values/postgresql.yaml
Normal file
14
charts/nextcloud/test-values/postgresql.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
postgresql:
|
||||
enabled: true
|
||||
global:
|
||||
postgresql:
|
||||
auth:
|
||||
password: "testing123456"
|
||||
|
||||
internalDatabase:
|
||||
enabled: false
|
||||
|
||||
externalDatabase:
|
||||
enabled: true
|
||||
type: postgresql
|
||||
password: "testing123456"
|
||||
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