mirror of
https://github.com/amidaware/trmm-awesome.git
synced 2024-12-11 17:00:49 +01:00
Merge pull request #6 from lcsnetworks/configure_mesh_smtp
Configure Mesh SMTP settings
This commit is contained in:
commit
b8f054e27a
@ -47,6 +47,21 @@ spec:
|
||||
value: tactical-nlb
|
||||
- name: WS_MASK_OVERRIDE # Enable for Traefik compatibility
|
||||
value: "0"
|
||||
- name: SMTP_HOST
|
||||
value: smtp.example.com
|
||||
- name: SMTP_PORT
|
||||
value: "587"
|
||||
- name: SMTP_FROM
|
||||
value: mesh@example.com
|
||||
- name: SMTP_USER
|
||||
value: mesh@example.com
|
||||
- name: SMTP_PASS
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: tactical-secrets
|
||||
key: mesh-smtp-password
|
||||
- name: SMTP_TLS
|
||||
value: "false"
|
||||
volumeMounts:
|
||||
- mountPath: /opt/tactical
|
||||
name: tactical-data
|
||||
|
@ -12,5 +12,6 @@ data:
|
||||
# Default password: changeme
|
||||
trmm-password: Y2hhbmdlbWU=
|
||||
mesh-password: Y2hhbmdlbWU=
|
||||
mesh-smtp-password: Y2hhbmdlbWU=
|
||||
mongodb-password: Y2hhbmdlbWU=
|
||||
postgres-password: Y2hhbmdlbWU=
|
||||
|
Loading…
Reference in New Issue
Block a user