From 8d15120f8f135aace99fd2c3e97454f41307072d Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Mon, 30 Jun 2025 11:17:50 -0700 Subject: [PATCH] use internal IPs for impersonation proxy LB on GKE --- .../shared-helpers/prepare-cluster-for-integration-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines/shared-helpers/prepare-cluster-for-integration-tests.sh b/pipelines/shared-helpers/prepare-cluster-for-integration-tests.sh index 3138b41f8..c5179afef 100755 --- a/pipelines/shared-helpers/prepare-cluster-for-integration-tests.sh +++ b/pipelines/shared-helpers/prepare-cluster-for-integration-tests.sh @@ -855,6 +855,7 @@ ytt --file . \ --data-value "log_level=debug" \ --data-value-yaml "custom_labels=$concierge_custom_labels" \ --data-value "discovery_url=$discovery_url" \ + --data-value-yaml "impersonation_proxy_spec.service.annotations={'networking.gke.io/load-balancer-type': 'Internal', 'service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout': '4000'}" \ ${concierge_optional_ytt_values[@]+"${concierge_optional_ytt_values[@]}"} \ >"$manifest"