16 lines
323 B
YAML
16 lines
323 B
YAML
notify:
|
|
image:
|
|
repository: registry.stella-ops.org/notify
|
|
tag: latest
|
|
smtp:
|
|
host: smtp.example.com
|
|
port: 587
|
|
usernameSecret: notify-smtp
|
|
passwordSecret: notify-smtp
|
|
webhook:
|
|
allowedHosts: ["https://hooks.slack.com"]
|
|
chat:
|
|
webhookSecret: notify-chat
|
|
tls:
|
|
secretName: notify-tls
|