mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-19 11:02:55 +02:00
Stalwart: add smtp relay smtp2go
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user