cleanup
This commit is contained in:
parent
84e143ff61
commit
d1bf48d0f7
|
@ -2,8 +2,7 @@ image:
|
|||
repository: ghcr.io/authelia/authelia
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 4.38.7@sha256:1bfa7206c144f8cd184743a7ed629f4a02d2dceb50e7260588373fe6de4cd959
|
||||
manifestManager:
|
||||
enabled: true
|
||||
|
||||
workload:
|
||||
main:
|
||||
replicas: 2
|
||||
|
@ -47,6 +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
|
||||
domain: example.com
|
||||
##
|
||||
## Server Configuration
|
||||
|
|
|
@ -358,6 +358,7 @@ metrics:
|
|||
|
||||
redis:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
# CANNOT be defined in above yaml section
|
||||
queryLog:
|
||||
# optional one of: mysql, postgresql, csv, csv-client. If empty, log to console
|
||||
|
|
|
@ -516,6 +516,7 @@ cnpg:
|
|||
database: nextcloud
|
||||
redis:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
username: default
|
||||
portal:
|
||||
open:
|
||||
|
|
|
@ -2,8 +2,7 @@ image:
|
|||
repository: tccr.io/tccr/traefik
|
||||
tag: v2.11.0@sha256:543615fc27b7fb2605cf799aa627b368f4d9fe5f1a87c6b7ff6879b075694c44
|
||||
pullPolicy: IfNotPresent
|
||||
manifestManager:
|
||||
enabled: true
|
||||
|
||||
workload:
|
||||
main:
|
||||
replicas: 2
|
||||
|
|
|
@ -2,8 +2,7 @@ image:
|
|||
repository: docker.io/vaultwarden/server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.30.5@sha256:edb8e2bab9cbca22e555638294db9b3657ffbb6e5d149a29d7ccdb243e3c71e0
|
||||
manifestManager:
|
||||
enabled: true
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
|
|
@ -62,11 +62,7 @@ workload:
|
|||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: plainhost
|
||||
REDIS_PASSWORD:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: redis-password
|
||||
REDIS_PASSWORD: "{{ .Values.redis.password }}"
|
||||
APP_KEY:
|
||||
secretKeyRef:
|
||||
name: anonaddy-secrets
|
||||
|
@ -81,8 +77,10 @@ persistence:
|
|||
mountPath: /config
|
||||
redis:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
mariadb:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
mariadbUsername: anonaddy
|
||||
mariadbDatabase: anonaddy
|
||||
portal:
|
||||
|
|
|
@ -458,6 +458,7 @@ cnpg:
|
|||
database: authentik
|
||||
redis:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
|
|
|
@ -57,11 +57,7 @@ workload:
|
|||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: plainhost
|
||||
REDIS_PASSWORD:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: redis-password
|
||||
REDIS_PASSWORD: "{{ .Values.redis.password }}"
|
||||
SECRET_KEY:
|
||||
secretKeyRef:
|
||||
name: secrets
|
||||
|
@ -77,6 +73,7 @@ cnpg:
|
|||
database: baserow
|
||||
redis:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
redisUsername: "default"
|
||||
portal:
|
||||
open:
|
||||
|
|
|
@ -40,6 +40,7 @@ persistence:
|
|||
mountPath: /config
|
||||
mariadb:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
mariadbUsername: bookstack
|
||||
mariadbDatabase: bookstack
|
||||
portal:
|
||||
|
|
|
@ -67,5 +67,4 @@ secret:
|
|||
portal:
|
||||
open:
|
||||
enabled: false
|
||||
manifestManager:
|
||||
enabled: false
|
||||
|
||||
|
|
|
@ -57,11 +57,13 @@ workload:
|
|||
|
||||
mariadb:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
mariadbUsername: ctfd
|
||||
mariadbDatabase: ctfd
|
||||
|
||||
redis:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
redisUsername: default
|
||||
|
||||
persistence:
|
||||
|
|
|
@ -46,11 +46,7 @@ workload:
|
|||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: plainhost
|
||||
REDIS_PASSWORD:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: redis-password
|
||||
REDIS_PASSWORD: "{{ .Values.redis.password }}"
|
||||
STATIC_CRON_TOKEN:
|
||||
secretKeyRef:
|
||||
name: firefly-secrets
|
||||
|
@ -77,6 +73,7 @@ cronjob:
|
|||
# Enabled redis
|
||||
redis:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
# Enabled postgres
|
||||
cnpg:
|
||||
main:
|
||||
|
|
|
@ -48,6 +48,7 @@ persistence:
|
|||
enabled: true
|
||||
mariadb:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
mariadbUsername: fleet
|
||||
mariadbDatabase: fleet
|
||||
portal:
|
||||
|
|
|
@ -47,11 +47,7 @@ workload:
|
|||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: plainhost
|
||||
REDIS_PW:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: redis-password
|
||||
REDIS_PW: "{{ .Values.redis.password }}"
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
@ -69,8 +65,10 @@ persistence:
|
|||
mountPath: /data
|
||||
redis:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
mariadb:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
mariadbUsername: friendica
|
||||
mariadbDatabase: friendica
|
||||
portal:
|
||||
|
|
|
@ -53,6 +53,7 @@ persistence:
|
|||
|
||||
mariadb:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
mariadbUsername: gaseous
|
||||
mariadbDatabase: gaseous
|
||||
|
||||
|
|
|
@ -47,11 +47,7 @@ workload:
|
|||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: plainhost
|
||||
REDIS_PASSWORD:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: redis-password
|
||||
REDIS_PASSWORD: "{{ .Values.redis.password }}"
|
||||
REDIS_PORT: "6379"
|
||||
cnpg:
|
||||
main:
|
||||
|
@ -60,6 +56,7 @@ cnpg:
|
|||
database: ghostfolio
|
||||
redis:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
|
|
|
@ -96,11 +96,7 @@ workload:
|
|||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: plainhost
|
||||
HUMHUB_REDIS_PASSWORD:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: redis-password
|
||||
HUMHUB_REDIS_PASSWORD: "{{ .Values.redis.password }}"
|
||||
# Mailer
|
||||
HUMHUB_MAILER_SYSTEM_EMAIL_ADDRESS: "{{ .Values.humhub.mailer.sys_address }}"
|
||||
HUMHUB_MAILER_SYSTEM_EMAIL_NAME: "{{ .Values.humhub.mailer.sys_name }}"
|
||||
|
@ -197,11 +193,13 @@ persistence:
|
|||
|
||||
mariadb:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
mariadbUsername: humhub
|
||||
mariadbDatabase: humhub
|
||||
|
||||
redis:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
|
||||
portal:
|
||||
open:
|
||||
|
|
|
@ -142,6 +142,7 @@ cnpg:
|
|||
|
||||
redis:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
redisUsername: default
|
||||
|
||||
portal:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: quay.io/pussthecatorg/libremdb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:db85ef2ff6a6e5412bf92c1a358d91151dd2b52c4dd627ae78306cd2ba20f9be
|
||||
tag: latest@sha256:28c9ae7b3624a071e3937de82dcba4cad519621d8c9968ca8e9562604f29a505
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
@ -15,6 +15,7 @@ persistence:
|
|||
mountPath: /opt/app
|
||||
redis:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
redisUsername: default
|
||||
portal:
|
||||
open:
|
||||
|
|
|
@ -85,6 +85,7 @@ persistence:
|
|||
mountPath: "/bitnami/matomo"
|
||||
mariadb:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
mariadbUsername: matomo
|
||||
mariadbDatabase: matomo
|
||||
portal:
|
||||
|
|
|
@ -24,5 +24,4 @@ configmap:
|
|||
memcached.json: >-
|
||||
{{ .Files.Get "dashboard.json" | indent 8 }}
|
||||
|
||||
manifestManager:
|
||||
enabled: false
|
||||
|
||||
|
|
|
@ -71,6 +71,7 @@ cnpg:
|
|||
|
||||
redis:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
username: default
|
||||
|
||||
portal:
|
||||
|
|
|
@ -19,8 +19,4 @@ workload:
|
|||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "mongodbcreds" }}'
|
||||
key: plainhost
|
||||
ME_CONFIG_MONGODB_AUTH_PASSWORD:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "mongodbcreds" }}'
|
||||
key: mongodb-password
|
||||
ME_CONFIG_MONGODB_AUTH_PASSWORD: "{{ .Values.mongodb.password }}"
|
||||
|
|
|
@ -96,5 +96,4 @@ secret:
|
|||
portal:
|
||||
open:
|
||||
enabled: false
|
||||
manifestManager:
|
||||
enabled: false
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ persistence:
|
|||
mountPath: "/var/www/html/storage"
|
||||
mariadb:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
mariadbUsername: monica
|
||||
mariadbDatabase: monica
|
||||
portal:
|
||||
|
|
|
@ -96,6 +96,7 @@ persistence:
|
|||
# Enabled redis
|
||||
redis:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
# Enabled postgres
|
||||
cnpg:
|
||||
main:
|
||||
|
@ -147,8 +148,4 @@ workload:
|
|||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: plainhost
|
||||
QUEUE_BULL_REDIS_PASSWORD:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: redis-password
|
||||
QUEUE_BULL_REDIS_PASSWORD: "{{ .Values.redis.password }}"
|
||||
|
|
|
@ -36,6 +36,7 @@ persistence:
|
|||
size: 256Gi
|
||||
mariadb:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
mariadbUsername: npm
|
||||
mariadbDatabase: npm
|
||||
portal:
|
||||
|
|
|
@ -65,6 +65,7 @@ cnpg:
|
|||
database: nocodb
|
||||
redis:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
redisUsername: default
|
||||
portal:
|
||||
open:
|
||||
|
|
|
@ -51,6 +51,7 @@ workload:
|
|||
|
||||
mariadb:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
mariadbUsername: observium
|
||||
mariadbDatabase: observium
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ persistence:
|
|||
enabled: false
|
||||
redis:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
redisUsername: default
|
||||
cnpg:
|
||||
main:
|
||||
|
|
|
@ -52,6 +52,7 @@ persistence:
|
|||
enabled: true
|
||||
mariadb:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
mariadbUsername: piwigo
|
||||
mariadbDatabase: piwigo
|
||||
portal:
|
||||
|
|
|
@ -41,6 +41,7 @@ persistence:
|
|||
enabled: true
|
||||
mariadb:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
mariadbUsername: projectsend
|
||||
mariadbDatabase: projectsend
|
||||
portal:
|
||||
|
|
|
@ -57,11 +57,7 @@ workload:
|
|||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: plainhost
|
||||
REDIS_PASSWORD:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: redis-password
|
||||
REDIS_PASSWORD: "{{ .Values.redis.password }}"
|
||||
REDIS_PORT: 6379
|
||||
ROMM_AUTH_SECRET_KEY:
|
||||
secretKeyRef:
|
||||
|
@ -85,11 +81,13 @@ persistence:
|
|||
|
||||
mariadb:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
mariadbUsername: romm
|
||||
mariadbDatabase: romm
|
||||
|
||||
redis:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
|
||||
portal:
|
||||
open:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: diygod/rsshub
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:6a323f1e7a47d0dc5b4c283674363d8b1be49483339555aaf52b4b78d40d29de
|
||||
tag: latest@sha256:89d05ebcd47a91a8c518d340f09ff40a43605f124f5a4632cb539dded2e78204
|
||||
browserlessImage:
|
||||
repository: browserless/chrome
|
||||
tag: 1.61.1-chrome-stable@sha256:efac47cfff3830d9a50b27d29f8bbb61949058ae336c823fbe9bd3c0d1debcc8
|
||||
|
@ -13,6 +13,7 @@ service:
|
|||
# Enabled redis
|
||||
redis:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
redisUsername: default
|
||||
additionalContainers:
|
||||
browserless:
|
||||
|
|
|
@ -26,11 +26,7 @@ workload:
|
|||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
|
||||
key: plainhost
|
||||
DB_ROOT_PASSWD:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
|
||||
key: mariadb-root-password
|
||||
DB_ROOT_PASSWD: "{{ .Values.mariadb.rootPassword }}"
|
||||
SEAFILE_SERVER_LETSENCRYPT: false
|
||||
SEAFILE_SERVER_HOSTNAME: ""
|
||||
SEAFILE_ADMIN_EMAIL: me@example.com
|
||||
|
@ -42,6 +38,7 @@ persistence:
|
|||
mountPath: "/shared/seafile"
|
||||
mariadb:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
mariadbUsername: seafile
|
||||
mariadbDatabase: seafile
|
||||
portal:
|
||||
|
|
|
@ -57,6 +57,7 @@ persistence:
|
|||
type: emptyDir
|
||||
mariadb:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
mariadbUsername: servas
|
||||
mariadbDatabase: servas
|
||||
portal:
|
||||
|
|
|
@ -14,6 +14,7 @@ cnpg:
|
|||
database: shlink
|
||||
redis:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
redisUsername: "default"
|
||||
portal:
|
||||
open:
|
||||
|
|
|
@ -116,5 +116,4 @@ secret:
|
|||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
manifestManager:
|
||||
enabled: false
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ persistence:
|
|||
enabled: false
|
||||
redis:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
redisUsername: default
|
||||
cnpg:
|
||||
main:
|
||||
|
|
|
@ -123,6 +123,7 @@ persistence:
|
|||
mountPath: /var/www/html
|
||||
mariadb:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
mariadbUsername: ranksystem
|
||||
mariadbDatabase: ranksystem
|
||||
portal:
|
||||
|
|
|
@ -197,6 +197,7 @@ cnpg:
|
|||
database: vikunja
|
||||
redis:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
|
|
|
@ -10,6 +10,7 @@ service:
|
|||
targetPort: 8080
|
||||
mongodb:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
mongodbUsername: wekan
|
||||
mongodbDatabase: wekan
|
||||
persistence:
|
||||
|
|
|
@ -64,6 +64,7 @@ persistence:
|
|||
mountPath: /bitnami/wordpress
|
||||
mariadb:
|
||||
enabled: true
|
||||
includeCommon: false
|
||||
mariadbUsername: wordpress
|
||||
mariadbDatabase: wordpress
|
||||
portal:
|
||||
|
|
Loading…
Reference in New Issue