app updates
This commit is contained in:
@@ -5,7 +5,7 @@ kind: Kustomization
|
||||
helmCharts:
|
||||
- name: matrix-synapse
|
||||
repo: https://ananace.gitlab.io/charts
|
||||
version: 3.12.11
|
||||
version: 3.12.13
|
||||
releaseName: synapse
|
||||
includeCRDs: true
|
||||
namespace: synapse
|
||||
|
||||
@@ -785,15 +785,15 @@ postgresql:
|
||||
enabled: false
|
||||
image:
|
||||
repository: bitnamilegacy/postgresql
|
||||
tag: 15.9.0-debian-12-r0
|
||||
|
||||
auth:
|
||||
# XXX Change me!
|
||||
# password: synapse
|
||||
password: synapse
|
||||
|
||||
## Or use existing secret with "password" key
|
||||
## instead of static password
|
||||
##
|
||||
existingSecret: synapse
|
||||
# existingSecret: postgresql-secret
|
||||
|
||||
username: synapse
|
||||
database: synapse
|
||||
@@ -803,7 +803,7 @@ postgresql:
|
||||
args: "--lc-collate=C --lc-ctype=C"
|
||||
|
||||
persistence:
|
||||
storageClass: openebs-3-replicas
|
||||
# storageClass: "-"
|
||||
size: 16Gi
|
||||
|
||||
## Extra arguments for the database connection
|
||||
@@ -840,6 +840,8 @@ externalPostgresql:
|
||||
##
|
||||
redis:
|
||||
enabled: false
|
||||
image:
|
||||
repository: bitnamilegacy/redis
|
||||
|
||||
## Database ID for non-default database
|
||||
# dbid: 0
|
||||
|
||||
Reference in New Issue
Block a user