Stalwart: add smtp relay smtp2go

This commit is contained in:
Ruben Hensen
2026-01-26 00:14:53 +01:00
parent f077f3f3b0
commit 9ec41dea90
2 changed files with 22 additions and 0 deletions
+10
View File
@@ -33,6 +33,16 @@ spec:
secretKeyRef:
name: {{ include "stalwart.fullname" . }}-admin
key: pw
- name: SMTP2GO_USER
valueFrom:
secretKeyRef:
name: {{ include "stalwart.fullname" . }}-smtp2go
key: user
- name: SMTP2GO_PASSWORD
valueFrom:
secretKeyRef:
name: {{ include "stalwart.fullname" . }}-smtp2go
key: pw
livenessProbe:
httpGet:
path: /healthz/live