From 4b22646e0469195140f34f78bc7c941c9b3ccdd8 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Mon, 21 Jul 2025 14:09:42 -0700 Subject: [PATCH] add neg annotation to clusterip service on acceptance cluster --- .../shared-helpers/prepare-cluster-for-integration-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pipelines/shared-helpers/prepare-cluster-for-integration-tests.sh b/pipelines/shared-helpers/prepare-cluster-for-integration-tests.sh index 689c96c71..7f5cf4220 100755 --- a/pipelines/shared-helpers/prepare-cluster-for-integration-tests.sh +++ b/pipelines/shared-helpers/prepare-cluster-for-integration-tests.sh @@ -304,6 +304,8 @@ metadata: cloud.google.com/app-protocols: '{"https":"HTTP2"}' #@overlay/match missing_ok=True cloud.google.com/backend-config: '{"default":"healthcheck-backendconfig"}' + #@overlay/match missing_ok=True + cloud.google.com/neg: '{"ingress": true}' EOF # Save this file for possible later use. When we want to make a Supervisor load balancer service,