This commit is contained in:
Kjeld Schouten 2024-04-10 18:27:07 +02:00
parent fa9175742c
commit d62c9f1649
36 changed files with 41 additions and 41 deletions

View File

@ -46,7 +46,7 @@ cnpg:
# ... for more options see https://github.com/tccr.io/truecharts/charts/tree/master/tccr.io/truecharts/redis
redis:
enabled: true
includeCommon: false
includeCommon: true
domain: example.com
##
## Server Configuration

View File

@ -358,7 +358,7 @@ metrics:
redis:
enabled: true
includeCommon: false
includeCommon: true
# CANNOT be defined in above yaml section
queryLog:
# optional one of: mysql, postgresql, csv, csv-client. If empty, log to console

View File

@ -516,7 +516,7 @@ cnpg:
database: nextcloud
redis:
enabled: true
includeCommon: false
includeCommon: true
username: default
portal:
open:

View File

@ -77,10 +77,10 @@ persistence:
mountPath: /config
redis:
enabled: true
includeCommon: false
includeCommon: true
mariadb:
enabled: true
includeCommon: false
includeCommon: true
mariadbUsername: anonaddy
mariadbDatabase: anonaddy
portal:

View File

@ -458,7 +458,7 @@ cnpg:
database: authentik
redis:
enabled: true
includeCommon: false
includeCommon: true
portal:
open:
enabled: true

View File

@ -73,7 +73,7 @@ cnpg:
database: baserow
redis:
enabled: true
includeCommon: false
includeCommon: true
redisUsername: "default"
portal:
open:

View File

@ -40,7 +40,7 @@ persistence:
mountPath: /config
mariadb:
enabled: true
includeCommon: false
includeCommon: true
mariadbUsername: bookstack
mariadbDatabase: bookstack
portal:

View File

@ -57,13 +57,13 @@ workload:
mariadb:
enabled: true
includeCommon: false
includeCommon: true
mariadbUsername: ctfd
mariadbDatabase: ctfd
redis:
enabled: true
includeCommon: false
includeCommon: true
redisUsername: default
persistence:

View File

@ -73,7 +73,7 @@ cronjob:
# Enabled redis
redis:
enabled: true
includeCommon: false
includeCommon: true
# Enabled postgres
cnpg:
main:

View File

@ -48,7 +48,7 @@ persistence:
enabled: true
mariadb:
enabled: true
includeCommon: false
includeCommon: true
mariadbUsername: fleet
mariadbDatabase: fleet
portal:

View File

@ -65,10 +65,10 @@ persistence:
mountPath: /data
redis:
enabled: true
includeCommon: false
includeCommon: true
mariadb:
enabled: true
includeCommon: false
includeCommon: true
mariadbUsername: friendica
mariadbDatabase: friendica
portal:

View File

@ -53,7 +53,7 @@ persistence:
mariadb:
enabled: true
includeCommon: false
includeCommon: true
mariadbUsername: gaseous
mariadbDatabase: gaseous

View File

@ -56,7 +56,7 @@ cnpg:
database: ghostfolio
redis:
enabled: true
includeCommon: false
includeCommon: true
portal:
open:
enabled: true

View File

@ -193,13 +193,13 @@ persistence:
mariadb:
enabled: true
includeCommon: false
includeCommon: true
mariadbUsername: humhub
mariadbDatabase: humhub
redis:
enabled: true
includeCommon: false
includeCommon: true
portal:
open:

View File

@ -142,7 +142,7 @@ cnpg:
redis:
enabled: true
includeCommon: false
includeCommon: true
redisUsername: default
portal:

View File

@ -15,7 +15,7 @@ persistence:
mountPath: /opt/app
redis:
enabled: true
includeCommon: false
includeCommon: true
redisUsername: default
portal:
open:

View File

@ -85,7 +85,7 @@ persistence:
mountPath: "/bitnami/matomo"
mariadb:
enabled: true
includeCommon: false
includeCommon: true
mariadbUsername: matomo
mariadbDatabase: matomo
portal:

View File

@ -71,7 +71,7 @@ cnpg:
redis:
enabled: true
includeCommon: false
includeCommon: true
username: default
portal:

View File

@ -14,7 +14,7 @@ persistence:
mountPath: "/var/www/html/storage"
mariadb:
enabled: true
includeCommon: false
includeCommon: true
mariadbUsername: monica
mariadbDatabase: monica
portal:

View File

@ -96,7 +96,7 @@ persistence:
# Enabled redis
redis:
enabled: true
includeCommon: false
includeCommon: true
# Enabled postgres
cnpg:
main:

View File

@ -36,7 +36,7 @@ persistence:
size: 256Gi
mariadb:
enabled: true
includeCommon: false
includeCommon: true
mariadbUsername: npm
mariadbDatabase: npm
portal:

View File

@ -65,7 +65,7 @@ cnpg:
database: nocodb
redis:
enabled: true
includeCommon: false
includeCommon: true
redisUsername: default
portal:
open:

View File

@ -51,7 +51,7 @@ workload:
mariadb:
enabled: true
includeCommon: false
includeCommon: true
mariadbUsername: observium
mariadbDatabase: observium

View File

@ -22,7 +22,7 @@ persistence:
enabled: false
redis:
enabled: true
includeCommon: false
includeCommon: true
redisUsername: default
cnpg:
main:

View File

@ -52,7 +52,7 @@ persistence:
enabled: true
mariadb:
enabled: true
includeCommon: false
includeCommon: true
mariadbUsername: piwigo
mariadbDatabase: piwigo
portal:

View File

@ -41,7 +41,7 @@ persistence:
enabled: true
mariadb:
enabled: true
includeCommon: false
includeCommon: true
mariadbUsername: projectsend
mariadbDatabase: projectsend
portal:

View File

@ -81,13 +81,13 @@ persistence:
mariadb:
enabled: true
includeCommon: false
includeCommon: true
mariadbUsername: romm
mariadbDatabase: romm
redis:
enabled: true
includeCommon: false
includeCommon: true
portal:
open:

View File

@ -13,7 +13,7 @@ service:
# Enabled redis
redis:
enabled: true
includeCommon: false
includeCommon: true
redisUsername: default
additionalContainers:
browserless:

View File

@ -38,7 +38,7 @@ persistence:
mountPath: "/shared/seafile"
mariadb:
enabled: true
includeCommon: false
includeCommon: true
mariadbUsername: seafile
mariadbDatabase: seafile
portal:

View File

@ -57,7 +57,7 @@ persistence:
type: emptyDir
mariadb:
enabled: true
includeCommon: false
includeCommon: true
mariadbUsername: servas
mariadbDatabase: servas
portal:

View File

@ -14,7 +14,7 @@ cnpg:
database: shlink
redis:
enabled: true
includeCommon: false
includeCommon: true
redisUsername: "default"
portal:
open:

View File

@ -22,7 +22,7 @@ persistence:
enabled: false
redis:
enabled: true
includeCommon: false
includeCommon: true
redisUsername: default
cnpg:
main:

View File

@ -123,7 +123,7 @@ persistence:
mountPath: /var/www/html
mariadb:
enabled: true
includeCommon: false
includeCommon: true
mariadbUsername: ranksystem
mariadbDatabase: ranksystem
portal:

View File

@ -197,7 +197,7 @@ cnpg:
database: vikunja
redis:
enabled: true
includeCommon: false
includeCommon: true
portal:
open:
enabled: true

View File

@ -10,7 +10,7 @@ service:
targetPort: 8080
mongodb:
enabled: true
includeCommon: false
includeCommon: true
mongodbUsername: wekan
mongodbDatabase: wekan
persistence:

View File

@ -64,7 +64,7 @@ persistence:
mountPath: /bitnami/wordpress
mariadb:
enabled: true
includeCommon: false
includeCommon: true
mariadbUsername: wordpress
mariadbDatabase: wordpress
portal: