add short names
add publish conditions for services use official gitea helm chart
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
opendmarc_short_name: "opendmarc"
|
||||
opendmarc_default_values:
|
||||
replicaCount: 1
|
||||
persistence:
|
||||
@ -11,7 +12,7 @@ opendmarc_default_values:
|
||||
pullPolicy: Always
|
||||
configmaps:
|
||||
opendmarc: |
|
||||
AuthservID mail.{{ domain }}
|
||||
AuthservID {{ mail_short_name | default('mail') }}.{{ domain }}
|
||||
Socket inet:8893
|
||||
SoftwareHeader true
|
||||
IgnoreAuthenticatedClients true
|
||||
|
Reference in New Issue
Block a user