Skip to content

Commit

Permalink
Update xc_loadbalancer.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
janibashamd authored Sep 5, 2023
1 parent 30a515c commit 63fb00e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "volterra_http_loadbalancer" "k8s-site-demo" {
domains = [var.app_domain]

disable_rate_limit = true
service_policies_from_namespace = true
service_policies_from_namespace = false
disable_waf = false

app_firewall {
Expand All @@ -44,9 +44,10 @@ resource "volterra_http_loadbalancer" "k8s-site-demo" {
advertise_where {
site {
site {
name = "ce-k8s"
name = var.deployment
namespace = "system"
}
network = "SITE_NETWORK_INSIDE_AND_OUTSIDE"
}
}
}
Expand Down

0 comments on commit 63fb00e

Please sign in to comment.