update mailer server svc cluster policy [ci skip]

This commit is contained in:
viktorbarzin 2022-12-15 17:47:56 +00:00
parent e738ca616e
commit 3e597d60e3
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 1 additions and 1 deletions

View file

@ -361,7 +361,7 @@ resource "kubernetes_service" "mailserver" {
spec {
type = "LoadBalancer"
external_traffic_policy = "Local"
external_traffic_policy = "Cluster"
selector = {
app = "mailserver"
}

Binary file not shown.