public_baseurl modified

This commit is contained in:
Philip Haupt
2025-09-10 13:38:11 +02:00
parent ae6a34850a
commit 84805e43fd
2 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: v1
data: data:
homeserver.yaml: "# NOTE:\n# Secrets are stored in separate configs to better fit homeserver.yaml: "# NOTE:\n# Secrets are stored in separate configs to better fit
K8s concepts\n\n## Server ##\n\nserver_name: \"borninpain.de\"\npublic_baseurl: K8s concepts\n\n## Server ##\n\nserver_name: \"borninpain.de\"\npublic_baseurl:
\"https://borninpain.de\"\npid_file: /homeserver.pid\nweb_client: False\nsoft_file_limit: \"https://synapse.borninpain.de\"\npid_file: /homeserver.pid\nweb_client: False\nsoft_file_limit:
0\nlog_config: \"/synapse/config/log.yaml\"\nreport_stats: false\n\ninstance_map:\n 0\nlog_config: \"/synapse/config/log.yaml\"\nreport_stats: false\n\ninstance_map:\n
\ main:\n host: synapse-replication\n port: 9093\n\n## Ports ##\n\nlisteners:\n \ main:\n host: synapse-replication\n port: 9093\n\n## Ports ##\n\nlisteners:\n
\ - port: 8008\n tls: false\n bind_addresses: [\"::\"]\n type: http\n \ - port: 8008\n tls: false\n bind_addresses: [\"::\"]\n type: http\n
@@ -62,7 +62,7 @@ metadata:
helm.sh/chart: matrix-synapse-3.12.7 helm.sh/chart: matrix-synapse-3.12.7
name: synapse-matrix-synapse name: synapse-matrix-synapse
stringData: stringData:
config.yaml: "## Registration ##\n\nregistration_shared_secret: \"aHNxHx0IQTCRWW5iVeNSFyWC\"\n\n## config.yaml: "## Registration ##\n\nregistration_shared_secret: \"SKcfx9KLLWnL5CyGvfvn87yk\"\n\n##
API Configuration ##\n\n## Database configuration ##\n\ndatabase:\n name: \"psycopg2\"\n API Configuration ##\n\n## Database configuration ##\n\ndatabase:\n name: \"psycopg2\"\n
\ args:\n user: \"synapse\"\n password: \"@@POSTGRES_PASSWORD@@\"\n database: \ args:\n user: \"synapse\"\n password: \"@@POSTGRES_PASSWORD@@\"\n database:
\"synapse\"\n host: \"synapse-postgresql\"\n port: 5432\n sslmode: \"prefer\"\n \"synapse\"\n host: \"synapse-postgresql\"\n port: 5432\n sslmode: \"prefer\"\n
@@ -207,8 +207,8 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/config: 4532ad07e37ea10fdf685b08c09b67d69ea31d2aa64ed8b5ad55a00a8b535bbc checksum/config: f0c14e48065c94b77e73aa547685e25f4a41dccba3c433852ca1da71b2dabac9
checksum/secrets: 98604a3eb5b6211fd2cd32bc7ddae9474cf2733234c827d96cc6957b4b2ab3d3 checksum/secrets: 3390076c10c516d4a40cbbf2bbc7a3089008992f5461e23bdfba84a33b6ab6af
labels: labels:
app.kubernetes.io/component: synapse app.kubernetes.io/component: synapse
app.kubernetes.io/instance: synapse app.kubernetes.io/instance: synapse

View File

@@ -26,11 +26,11 @@ image:
## The Matrix domain name, this is what will be used for the domain part in ## The Matrix domain name, this is what will be used for the domain part in
## your MXIDs. ## your MXIDs.
## ##
serverName: 'borninpain.de' serverName: borninpain.de
## The public Matrix server name, this will be used for any public URLs ## The public Matrix server name, this will be used for any public URLs
## in config as well as for client API links in the ingress. ## in config as well as for client API links in the ingress.
# publicServerName: 'matrix.example.com' publicServerName: synapse.borninpain.de
## Force the chart to use ArgoCD compatibility. It should automatically detect it, but you can force it here to be sure. ## Force the chart to use ArgoCD compatibility. It should automatically detect it, but you can force it here to be sure.
# argoCD: true # argoCD: true