chore: Update manifests after change

This commit is contained in:
2025-12-07 02:25:37 +00:00
parent 728f5b144f
commit fbf5acd980
21 changed files with 21 additions and 21 deletions

View File

@@ -25,7 +25,7 @@ spec:
metadata:
annotations:
checksum/config: e77b3b25301ed2f4b5eac2f16ed5d058374ed1ffcd7e9ca4d8eef44867647feb
checksum/secrets: 2a66c660a60f9a1225fbd2ea8a61bfa40792816ff59f42dc18e68a40c68b0e62
checksum/secrets: b4c8fe1f504c4546c13fdea21762ca300defe5d1fd2ce4b14255b74b86c23c99
labels:
app.kubernetes.io/name: matrix-synapse
app.kubernetes.io/instance: matrix-synapse

View File

@@ -11,4 +11,4 @@ metadata:
app.kubernetes.io/version: "1.143.0"
app.kubernetes.io/managed-by: Helm
stringData:
config.yaml: "## Registration ##\n\nregistration_shared_secret: \"uB8EJs62Q93PZ9OF3TKGGJeP\"\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: \"p3AcNs5XYprMHk03wPyLBMaq\"\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"