broker.ts
This commit is contained in:
parent
7ea79ef4e7
commit
52b9d78eb7
2 changed files with 5 additions and 5 deletions
|
@ -36,7 +36,7 @@ const transporter = nodemailer.createTransport({
|
||||||
const info = await transporter.sendMail({
|
const info = await transporter.sendMail({
|
||||||
from: '"Test Sender" <test@example.com>',
|
from: '"Test Sender" <test@example.com>',
|
||||||
to: "Christopher.Hase@telekom.com;test@mailhog.local",
|
to: "Christopher.Hase@telekom.com;test@mailhog.local",
|
||||||
subject: "Hallo von MailHog",
|
subject: "Horoscope from MailHog",
|
||||||
text: content,
|
text: content,
|
||||||
html: "<p> ${content} </p>"
|
html: "<p> ${content} </p>"
|
||||||
});
|
});
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: mail-test3
|
name: iching-broker-0-0-1
|
||||||
namespace: default
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: mail-test3
|
app: iching-broker
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: mail-test3
|
app: iching-broker
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/iching-broker:main
|
- image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/iching-broker:main
|
||||||
name: mail-test3
|
name: iching-broker
|
||||||
|
|
Loading…
Reference in a new issue