add nextcloud chart as forked, add gitignore

This commit is contained in:
2024-12-06 17:09:31 +01:00
commit 3f17c9fddd
41 changed files with 4075 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
hpa:
enabled: true
minPods: 2
maxPods: 3
targetCPUUtilizationPercentage: 75

View File

@@ -0,0 +1,5 @@
image:
flavor: fpm
nginx:
enabled: true

View File

@@ -0,0 +1,14 @@
postgresql:
enabled: true
global:
postgresql:
auth:
password: "testing123456"
internalDatabase:
enabled: false
externalDatabase:
enabled: true
type: postgresql
password: "testing123456"

View 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