comms: bind synapse to ipv4

This commit is contained in:
Brad Stein 2026-01-08 05:03:43 -03:00
parent c05cb414aa
commit acedad02c0

View File

@ -273,7 +273,7 @@ data:
listeners: listeners:
- port: 8008 - port: 8008
tls: false tls: false
bind_addresses: ["::"] bind_addresses: ["0.0.0.0"]
type: http type: http
x_forwarded: true x_forwarded: true
@ -671,7 +671,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/config: manual-rtc-enable-9 checksum/config: manual-rtc-enable-10
checksum/secrets: ec9f3b254a562a0f0709461eb74a8cc91b8c1a2fb06be2594a131776c2541773 checksum/secrets: ec9f3b254a562a0f0709461eb74a8cc91b8c1a2fb06be2594a131776c2541773
labels: labels:
app.kubernetes.io/name: matrix-synapse app.kubernetes.io/name: matrix-synapse