communication: make MAS listen on IPv4

This commit is contained in:
Brad Stein 2025-12-31 15:57:33 -03:00
parent cb82a44e2e
commit 683f495bd8

View File

@ -8,6 +8,23 @@ data:
config.yaml: |
http:
public_base: "https://matrix.live.bstein.dev/"
listeners:
- name: web
resources:
- name: discovery
- name: human
- name: oauth
- name: compat
- name: graphql
- name: assets
binds:
- address: "0.0.0.0:8080"
- name: internal
resources:
- name: health
binds:
- host: localhost
port: 8081
database:
uri: "postgresql://mas:@@MAS_DB_PASSWORD@@@postgres-service.postgres.svc.cluster.local:5432/mas?sslmode=prefer"