diff --git a/apps/production/custom-configs/mas-secret.yaml b/apps/production/custom-configs/mas-secret.yaml new file mode 100644 index 0000000..c9a91c1 --- /dev/null +++ b/apps/production/custom-configs/mas-secret.yaml @@ -0,0 +1,19 @@ +apiVersion: v1 +kind: Secret +metadata: + name: ess-mas-values-secret + namespace: matrix +stringData: + 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" diff --git a/apps/production/element-server-suite.yaml b/apps/production/element-server-suite.yaml index 4419335..a9503b3 100644 --- a/apps/production/element-server-suite.yaml +++ b/apps/production/element-server-suite.yaml @@ -22,8 +22,8 @@ spec: - kind: ConfigMap name: ess-element-custom valuesKey: values.yaml - - kind: ConfigMap - name: ess-mas-values + - kind: Secret + name: ess-mas-values-secret valuesKey: values.yaml values: diff --git a/apps/production/kustomization.yaml b/apps/production/kustomization.yaml index 43f3e2a..46e98e2 100644 --- a/apps/production/kustomization.yaml +++ b/apps/production/kustomization.yaml @@ -6,7 +6,6 @@ resources: # Neue Dateien: - custom-configs/synapse-values.yaml - custom-configs/element-values.yaml - - custom-configs/mas-secrets.sops.yaml - - custom-configs/mas-values.yaml + - custom-configs/mas-secret.yaml # HelmRelease (muss ganz unten stehen, damit die ConfigMaps vorher da sind!) - element-server-suite.yaml \ No newline at end of file