increaes rpm limit to ingresses

This commit is contained in:
Viktor Barzin 2025-02-02 17:20:58 +00:00
parent 5eb8d77590
commit 420a249bf0

View file

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