|
|
|
@ -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
|
|
|
|
|