GHP publish
This commit is contained in:
24
roles/opendmarc/defaults/main.yaml
Normal file
24
roles/opendmarc/defaults/main.yaml
Normal file
@ -0,0 +1,24 @@
|
||||
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
|
||||
|
Reference in New Issue
Block a user