MarcusVRP pushed to branch main at Root / Kubernetes / FluxCD
Commits:
-
b21043b5
by marcusvrp at 2025-08-01T05:51:06-03:00
1 changed file:
Changes:
... | ... | @@ -32,8 +32,8 @@ spec: |
32 | 32 | tlsSecret: synapse-tls
|
33 | 33 | postgres:
|
34 | 34 | host: postgres.c3sl.ufpr.br
|
35 | - user: matrix-synapse
|
|
36 | - database: matrix-synapse
|
|
35 | + user: matrix_synapse
|
|
36 | + database: matrix_synapse
|
|
37 | 37 | password:
|
38 | 38 | secret: matrix
|
39 | 39 | secretKey: synapsePostgresPassword
|
... | ... | @@ -73,8 +73,8 @@ spec: |
73 | 73 | tlsSecret: mas-tls
|
74 | 74 | postgres:
|
75 | 75 | host: postgres.c3sl.ufpr.br
|
76 | - user: matrix-auth
|
|
77 | - database: matrix-auth
|
|
76 | + user: matrix_auth
|
|
77 | + database: matrix_auth
|
|
78 | 78 | password:
|
79 | 79 | secret: matrix
|
80 | 80 | secretKey: masPostgresPassword
|