increaes rpm limit to ingresses
This commit is contained in:
parent
5eb8d77590
commit
420a249bf0
1 changed files with 3 additions and 2 deletions
|
|
@ -317,8 +317,9 @@ resource "kubernetes_deployment" "mailserver" {
|
||||||
name = "roundcube"
|
name = "roundcube"
|
||||||
image = "roundcube/roundcubemail:1.6.9-apache"
|
image = "roundcube/roundcubemail:1.6.9-apache"
|
||||||
env {
|
env {
|
||||||
name = "ROUNDCUBEMAIL_DEFAULT_HOST"
|
name = "ROUNDCUBEMAIL_DEFAULT_HOST"
|
||||||
value = "ssl://127.0.0.1" # running in same pod
|
# value = "ssl://127.0.0.1" # running in same pod
|
||||||
|
value = "tls://127.0.0.1" # running in same pod
|
||||||
}
|
}
|
||||||
env {
|
env {
|
||||||
name = "ROUNDCUBEMAIL_SMTP_SERVER"
|
name = "ROUNDCUBEMAIL_SMTP_SERVER"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue