Skip to content

Commit a1aaa4c

Browse files
committed
pgbouncer
1 parent ddacc00 commit a1aaa4c

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: synapse
3-
version: 0.42.1
3+
version: 0.42.2

charts/synapse/templates/pgbouncer-configmap.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ apiVersion: v1
22
kind: ConfigMap
33
metadata:
44
name: synapse-pgbouncer
5-
metadata:
6-
labels:
7-
app: synapse-pgbouncer
5+
labels:
6+
app: synapse-pgbouncer
87
data:
98
pgbouncer.ini: |
109
[databases]

charts/synapse/templates/pgbouncer-secret.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ apiVersion: v1
22
kind: Secret
33
metadata:
44
name: synapse-pgbouncer
5-
metadata:
6-
labels:
7-
app: synapse-pgbouncer
5+
labels:
6+
app: synapse-pgbouncer
87
data:
98
userlist.txt: |
109
{{ .Values.synapse.postgres.user | quote }} {{ .Values.synapse.postgres.password | quote }}

0 commit comments

Comments
 (0)