fix: add mas-values ConfigMap for email config with transport field
This commit is contained in:
parent
18d23441be
commit
dc0652ffe7
19
apps/production/custom-configs/mas-values.yaml
Normal file
19
apps/production/custom-configs/mas-values.yaml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
name: ess-mas-values
|
||||||
|
namespace: matrix
|
||||||
|
data:
|
||||||
|
values.yaml: |
|
||||||
|
matrixAuthenticationService:
|
||||||
|
additional:
|
||||||
|
smtp-config:
|
||||||
|
config: |
|
||||||
|
email:
|
||||||
|
from: gamemaster@axion1337.chat
|
||||||
|
transport: smtp
|
||||||
|
smtp:
|
||||||
|
host: smtp.ionos.de
|
||||||
|
port: 465
|
||||||
|
username: gamemaster@axion1337.chat
|
||||||
|
password: "3#%D8pX9Hww$4QHscDLpb3D#ma7LCoitW5V7He5d"
|
||||||
@ -22,6 +22,9 @@ spec:
|
|||||||
- kind: ConfigMap
|
- kind: ConfigMap
|
||||||
name: ess-element-custom
|
name: ess-element-custom
|
||||||
valuesKey: values.yaml
|
valuesKey: values.yaml
|
||||||
|
- kind: ConfigMap
|
||||||
|
name: ess-mas-values
|
||||||
|
valuesKey: values.yaml
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
name: ess-mas-custom-secrets
|
name: ess-mas-custom-secrets
|
||||||
valuesKey: values.yaml
|
valuesKey: values.yaml
|
||||||
|
|||||||
@ -6,6 +6,7 @@ resources:
|
|||||||
# Neue Dateien:
|
# Neue Dateien:
|
||||||
- custom-configs/synapse-values.yaml
|
- custom-configs/synapse-values.yaml
|
||||||
- custom-configs/element-values.yaml
|
- custom-configs/element-values.yaml
|
||||||
|
- custom-configs/mas-values.yaml
|
||||||
- custom-configs/mas-secrets.sops.yaml
|
- custom-configs/mas-secrets.sops.yaml
|
||||||
# HelmRelease (muss ganz unten stehen, damit die ConfigMaps vorher da sind!)
|
# HelmRelease (muss ganz unten stehen, damit die ConfigMaps vorher da sind!)
|
||||||
- element-server-suite.yaml
|
- element-server-suite.yaml
|
||||||
Loading…
x
Reference in New Issue
Block a user