add short names
add publish conditions for services use official gitea helm chart
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
dovecot_short_name: "dovecot"
|
||||
dovecot_default_values:
|
||||
replicaCount: 1
|
||||
persistence:
|
||||
@ -6,7 +7,7 @@ dovecot_default_values:
|
||||
|
||||
tls:
|
||||
enabled: true
|
||||
existingSecret: mail.{{ domain }}-secret
|
||||
existingSecret: "{{ mail_short_name | default('mail') }}.{{ domain }}-secret"
|
||||
|
||||
dovecot:
|
||||
image:
|
||||
@ -36,7 +37,7 @@ dovecot_default_values:
|
||||
# it's not found:
|
||||
!include_try local.conf
|
||||
ldap: |
|
||||
uris = ldaps://openldap.{{ domain }}
|
||||
uris = ldaps://{{ openldap_short_name | default('openldap') }}.{{ domain }}
|
||||
dn = uid=ldapbind,ou=services,{{ openldap_domain }}
|
||||
dnpass = {{ ldapbind_pass | default(ldapbind_password) }}
|
||||
auth_bind = yes
|
||||
|
Reference in New Issue
Block a user