upgrade nextcloud and add external redis [ci skip]

This commit is contained in:
Viktor Barzin 2026-01-17 20:50:29 +00:00
parent b30bab8bd7
commit 0662d194e5
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
3 changed files with 11 additions and 3 deletions

View file

@ -23,10 +23,18 @@ nextcloud:
# - name: loglevel
# value: "0"
externalDatabase:
# internalDatabase:
# enabled: false
externalRedis:
enabled: true
host: redis.redis.svc.cluster.local
# Currently not in use; we use the nextcloud.db sqlite3
externalDatabase:
enabled: false
type: mysql
host: mysql.dbaas
host: mysql.dbaas.svc.cluster.local
user: nextcloud
password: ${db_password}
databse: nextcloud