mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
fix(element): Provide certificate for alternative synapse domain
This commit is contained in:
@@ -9,6 +9,6 @@ SPDX-License-Identifier: Apache-2.0
|
|||||||
|
|
||||||
The follownig enhanced configuration use cases are described in separate documents.
|
The follownig enhanced configuration use cases are described in separate documents.
|
||||||
|
|
||||||
- Separate mail & Matrix domain
|
- [Separate mail & Matrix domain](enhanced-configuration/separate-mail-matrix-domain.md)
|
||||||
- Federation with external identity provider
|
- [Federation with external identity provider](enhanced-configuration/idp-federation.md)
|
||||||
- Matrix federation
|
- [Matrix federation](enhanced-configuration/matrix-federation.md)
|
||||||
|
|||||||
@@ -113,4 +113,6 @@ replicaCount: {{ .Values.replicas.synapse }}
|
|||||||
resources:
|
resources:
|
||||||
{{ .Values.resources.synapse | toYaml | nindent 2 }}
|
{{ .Values.resources.synapse | toYaml | nindent 2 }}
|
||||||
|
|
||||||
|
tls:
|
||||||
|
secretName: {{ if .Values.global.matrixDomain }}"opendesk-certificates-synapse-tls"{{ else }}"opendesk-certificates-tls"{{ end }}
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ SPDX-License-Identifier: Apache-2.0
|
|||||||
---
|
---
|
||||||
global:
|
global:
|
||||||
domain: {{ .Values.global.domain | quote }}
|
domain: {{ .Values.global.domain | quote }}
|
||||||
|
synapseDomain: {{ .Values.global.matrixDomain | quote }}
|
||||||
hosts:
|
hosts:
|
||||||
{{ .Values.global.hosts | toYaml | nindent 4 }}
|
{{ .Values.global.hosts | toYaml | nindent 4 }}
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ charts:
|
|||||||
registry: "registry.opencode.de"
|
registry: "registry.opencode.de"
|
||||||
repository: "bmi/opendesk/components/platform-development/charts/opendesk-certificates"
|
repository: "bmi/opendesk/components/platform-development/charts/opendesk-certificates"
|
||||||
name: "opendesk-certificates"
|
name: "opendesk-certificates"
|
||||||
version: "2.1.3"
|
version: "2.2.0"
|
||||||
verify: true
|
verify: true
|
||||||
clamav:
|
clamav:
|
||||||
# providerCategory: 'Platform'
|
# providerCategory: 'Platform'
|
||||||
|
|||||||
Reference in New Issue
Block a user