ansible/roles/opendmarc/defaults/main.yaml

25 lines
524 B
YAML
Raw Normal View History

2021-01-09 17:54:42 +00:00
opendmarc_default_values:
replicaCount: 1
persistence:
enabled: false
existingClaim: mailboxes
opendmarc:
image:
repository: "{{ docker_registry }}/opendmarc"
tag: latest
pullPolicy: Always
configmaps:
opendmarc: |
AuthservID mail.{{ domain }}
Socket inet:8893
SoftwareHeader true
SPFIgnoreResults true
SPFSelfValidate true
RequiredHeaders true
Syslog true
UserID opendmarc:mail
service:
type: ClusterIP