Skip to content

Commit

Permalink
Disable HAproxy on VSHN-managed LBs
Browse files Browse the repository at this point in the history
  • Loading branch information
simu committed Aug 16, 2023
1 parent ef28707 commit 4deb35c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lb.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "lb" {
source = "git::https://github.com/appuio/terraform-modules.git//modules/vshn-lbaas-cloudscale?ref=v3.0.0"
source = "git::https://github.com/appuio/terraform-modules.git//modules/vshn-lbaas-cloudscale?ref=feat/cloudscale-lb"

node_name_suffix = local.node_name_suffix
cluster_id = var.cluster_id
Expand All @@ -18,6 +18,7 @@ module "lb" {
hieradata_repo_user = var.hieradata_repo_user
internal_vip = cidrhost(var.privnet_cidr, 100)
enable_proxy_protocol = var.lb_enable_proxy_protocol
enable_haproxy = false
}

module "lb_api" {
Expand Down

0 comments on commit 4deb35c

Please sign in to comment.