chore: Update manifests after change

This commit is contained in:
2025-12-12 01:10:42 +00:00
parent acf752902d
commit 6b00900a3f
8 changed files with 38 additions and 15 deletions

View File

@@ -21,8 +21,8 @@ spec:
template:
metadata:
annotations:
checksum/config: e77b3b25301ed2f4b5eac2f16ed5d058374ed1ffcd7e9ca4d8eef44867647feb
checksum/secrets: fabe196916b16c4638f4545a87cc43278b6723f69652003a0ab40358f375fe9f
checksum/config: 1308bd8794657ac11a15c811b223bae716e991d1ce02a54ef5f7bd1f614a93ee
checksum/secrets: d5d5ab4694a880e3e73e8eb621606993ff40951aaf8ce873c3a17b9a221b77a1
labels:
app.kubernetes.io/name: matrix-synapse
app.kubernetes.io/instance: matrix-synapse

View File

@@ -9,4 +9,4 @@ metadata:
app.kubernetes.io/version: "1.144.0"
app.kubernetes.io/managed-by: Helm
stringData:
config.yaml: "## Registration ##\n\nregistration_shared_secret: \"YkXaO3aMWsJmELVoPw7VbepY\"\n\n## API Configuration ##\n\n## Database configuration ##\n\ndatabase:\n name: \"psycopg2\"\n args:\n user: \"app\"\n password: \"@@POSTGRES_PASSWORD@@\"\n database: \"app\"\n host: \"matrix-synapse-postgresql-17-cluster-rw\"\n port: 5432\n sslmode: \"prefer\"\n cp_min: 5\n cp_max: 10\n \n\n## Redis configuration ##\n\nredis:\n enabled: true\n host: \"redis-replication-matrix-synapse-master\"\n port: 6379\n password: \"@@REDIS_PASSWORD@@\"\n"
config.yaml: "## Registration ##\n\nregistration_shared_secret: \"S96BhkXyioFI65ed8yhquneu\"\n\n## API Configuration ##\n\n## Database configuration ##\n\ndatabase:\n name: \"psycopg2\"\n args:\n user: \"app\"\n password: \"@@POSTGRES_PASSWORD@@\"\n database: \"app\"\n host: \"matrix-synapse-postgresql-17-cluster-rw\"\n port: 5432\n sslmode: \"prefer\"\n cp_min: 5\n cp_max: 10\n \n\n## Redis configuration ##\n\nredis:\n enabled: true\n host: \"redis-replication-matrix-synapse-master\"\n port: 6379\n password: \"@@REDIS_PASSWORD@@\"\n"