database
This commit is contained in:
@@ -44,7 +44,6 @@ nextcloud:
|
|||||||
path: /
|
path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
|
||||||
|
|
||||||
nextcloud:
|
nextcloud:
|
||||||
host: nextcloud.durp.info
|
host: nextcloud.durp.info
|
||||||
existingSecret:
|
existingSecret:
|
||||||
@@ -75,21 +74,37 @@ nextcloud:
|
|||||||
# )
|
# )
|
||||||
# );
|
# );
|
||||||
|
|
||||||
|
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: false
|
||||||
|
|
||||||
externalDatabase:
|
externalDatabase:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
mariadb:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: mysql
|
|
||||||
host:
|
auth:
|
||||||
user: nextcloud
|
database: nextcloud
|
||||||
password: test
|
username: nextcloud
|
||||||
database: nextcloud
|
password: changeme
|
||||||
existingSecret:
|
|
||||||
enabled: false
|
architecture: standalone
|
||||||
# secretName: nameofsecret
|
|
||||||
# usernameKey: username
|
primary:
|
||||||
# passwordKey: password
|
persistence:
|
||||||
|
enabled: true
|
||||||
|
storageClass: "longhorn"
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
size: 8Gi
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user