smtp-relay/variables.yml

33 lines
619 B
YAML

---
mail:
relay:
# The image to use
image: danielberteaud/exim-relay:20230829-1
# The driver (podman or docker)
driver: docker
# Number of instances to run
count: 1
# Resources to allocation
resources:
cpu: 10
memory: 20
# Optional additional env vars to pass
env: {}
# The SMTP relay to use
host: smtp.example.org
port: 587
tls: True
# user: smtp@example.org
# Pass will be fetched from vault at kv/service/smtp-relay in the pwd key
# The volume to use for /var/spool/postfix
volume:
type: csi
source: smtp-relay