mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-09 00:38:34 +01:00
fix(services): Remove fqdn from dovecot in postfix
This commit is contained in:
@@ -47,7 +47,7 @@ releases:
|
|||||||
condition: "mariadb.enabled"
|
condition: "mariadb.enabled"
|
||||||
- name: "postfix"
|
- name: "postfix"
|
||||||
chart: "postfix/postfix"
|
chart: "postfix/postfix"
|
||||||
version: "1.8.0"
|
version: "1.13.0"
|
||||||
values:
|
values:
|
||||||
- "values-postfix.yaml"
|
- "values-postfix.yaml"
|
||||||
- "values-postfix.gotmpl"
|
- "values-postfix.gotmpl"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ SPDX-License-Identifier: Apache-2.0
|
|||||||
---
|
---
|
||||||
image:
|
image:
|
||||||
url: "{{ .Values.global.imageRegistry }}/{{ .Values.images.postfix.repository }}"
|
url: "{{ .Values.global.imageRegistry }}/{{ .Values.images.postfix.repository }}"
|
||||||
tag: "{{ .Values.images.postfix.tag }}"
|
digest: "{{ .Values.images.postfix.digest }}"
|
||||||
|
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- range .Values.global.imagePullSecrets }}
|
{{- range .Values.global.imagePullSecrets }}
|
||||||
@@ -24,7 +24,7 @@ postfix:
|
|||||||
- "{{ .Values.smtp.host }} {{ .Values.smtp.username }}:{{ .Values.smtp.password }}"
|
- "{{ .Values.smtp.host }} {{ .Values.smtp.username }}:{{ .Values.smtp.password }}"
|
||||||
relayHost: "[{{ .Values.smtp.host }}]:587"
|
relayHost: "[{{ .Values.smtp.host }}]:587"
|
||||||
relayNets: {{ .Values.cluster.networking.cidr }}
|
relayNets: {{ .Values.cluster.networking.cidr }}
|
||||||
virtualTransport: "lmtps:dovecot.{{ .Release.Namespace }}.svc.{{ .Values.cluster.networking.domain }}:24"
|
virtualTransport: "lmtps:dovecot:24"
|
||||||
smtpdSASLPath: "inet:dovecot:3659"
|
smtpdSASLPath: "inet:dovecot:3659"
|
||||||
{{- if .Values.clamavDistributed.enabled }}
|
{{- if .Values.clamavDistributed.enabled }}
|
||||||
smtpdMilters: "inet:clamav-milter:7357"
|
smtpdMilters: "inet:clamav-milter:7357"
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ images:
|
|||||||
tag: "branch-jconde-listener-entrypoint-chaining"
|
tag: "branch-jconde-listener-entrypoint-chaining"
|
||||||
postfix:
|
postfix:
|
||||||
repository: "souvap/tooling/images/postfix"
|
repository: "souvap/tooling/images/postfix"
|
||||||
tag: "1.0.0"
|
digest: "sha256:69e0c53ade77ffb89673672f5c8183ec2edfc81d4e990aca3ec594f33c55a7ac"
|
||||||
postgresql:
|
postgresql:
|
||||||
repository: "postgres"
|
repository: "postgres"
|
||||||
tag: "15-alpine"
|
tag: "15-alpine"
|
||||||
|
|||||||
Reference in New Issue
Block a user