increaes rpm limit to ingresses

This commit is contained in:
Viktor Barzin 2025-02-02 17:20:58 +00:00
parent d700daf61d
commit 4c385a4155
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -317,8 +317,9 @@ resource "kubernetes_deployment" "mailserver" {
name = "roundcube"
image = "roundcube/roundcubemail:1.6.9-apache"
env {
name = "ROUNDCUBEMAIL_DEFAULT_HOST"
value = "ssl://127.0.0.1" # running in same pod
name = "ROUNDCUBEMAIL_DEFAULT_HOST"
# value = "ssl://127.0.0.1" # running in same pod
value = "tls://127.0.0.1" # running in same pod
}
env {
name = "ROUNDCUBEMAIL_SMTP_SERVER"