master
Marius Ensrud 4 years ago
parent 8e4502db85
commit 0ad6242e25

@ -17,5 +17,4 @@ data:
SOGO_SOGoSieveScriptsEnabled: {{ .Values.deployment.config.SOGO_SOGoSieveScriptsEnabled | quote }} SOGO_SOGoSieveScriptsEnabled: {{ .Values.deployment.config.SOGO_SOGoSieveScriptsEnabled | quote }}
SOGO_SOGoTimeZone: {{ .Values.deployment.config.SOGO_SOGoTimeZone | quote }} SOGO_SOGoTimeZone: {{ .Values.deployment.config.SOGO_SOGoTimeZone | quote }}
SOGO_WorkersCount: {{ .Values.deployment.config.SOGO_WorkersCount | quote }} SOGO_WorkersCount: {{ .Values.deployment.config.SOGO_WorkersCount | quote }}
SOGO_SOGoCalendarDefaultRoles: | SOGO_SOGoCalendarDefaultRoles: {{ .Values.deployment.config.SOGO_SOGoCalendarDefaultRoles }}
{{ .Values.deployment.config.SOGO_SOGoCalendarDefaultRoles }}

@ -5,7 +5,7 @@
replicaCount: 1 replicaCount: 1
image: image:
repository: sabaitech/sogo repository: docker.bassengvegen.com/sogo
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "latest" tag: "latest"
@ -45,7 +45,7 @@ deployment:
MYSQL_USER_PASSWORD: sogoPassword MYSQL_USER_PASSWORD: sogoPassword
MYSQL_DATABASE_NAME: sogo MYSQL_DATABASE_NAME: sogo
SOGO_SOGoIMAPServer: "imaps://imap.server.com:143/?tls=yes" SOGO_SOGoIMAPServer: "imaps://imap.server.com:143/?tls=yes"
SOGO_SOGoSMTPServer: smtp.server.com SOGO_SOGoSMTPServer: "smtp://smtp.server.com"
SOGO_SOGoMailDomain: server.com SOGO_SOGoMailDomain: server.com
SOGO_SOGoMailingMechanism: smtp SOGO_SOGoMailingMechanism: smtp
SOGO_SOGoSMTPAuthenticationType: PLAIN SOGO_SOGoSMTPAuthenticationType: PLAIN

Loading…
Cancel
Save