From 4b0484505f03fe798da88104ff53c3aca6c666c3 Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Wed, 1 Oct 2025 22:08:17 +0200 Subject: [PATCH] fix: environment fixes from trial run --- api/bootstrapper.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/bootstrapper.go b/api/bootstrapper.go index 5c5a19d..65e7b85 100644 --- a/api/bootstrapper.go +++ b/api/bootstrapper.go @@ -421,6 +421,12 @@ func handleDeployNginxOperator(c *Context, w http.ResponseWriter, r *http.Reques // TODO - we need some sort of pre-post hooks for the install to allow for environment specific configurations valuesYaml := `controller: + config: + use-forwarded-headers: "true" + service: + targetPorts: + http: http + https: http service: annotations: service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "tcp"