Skip to content

Commit

Permalink
fixup! perf: ⚡️ pass in the ability to configure proxy-buffering
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Mar 19, 2024
1 parent 4e148ad commit 9b31f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resource "helm_release" "nginx_ingress" {
enable_latest_tls = var.enable_latest_tls
enable_owasp = var.enable_owasp
keepalive = var.keepalive
proxy_buffering = var.proxy_response_buffering
proxy_response_buffering = var.proxy_response_buffering
default = var.controller_name == "default" ? true : false
name_override = "ingress-${var.controller_name}"
memory_requests = var.memory_requests
Expand Down

0 comments on commit 9b31f2b

Please sign in to comment.