Skip to content

Commit 97ac8cd

Browse files
heschigopherbot
authored andcommitted
all: re-disable container native routing
This reverts CL 422594. Apparently we were misinformed. Change-Id: I199ca3780ba3b8a7003490534609255ae15861e9 Reviewed-on: https://go-review.googlesource.com/c/build/+/423341 Auto-Submit: Heschi Kreinick <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Heschi Kreinick <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 8f8b3fc commit 97ac8cd

File tree

8 files changed

+10
-0
lines changed

8 files changed

+10
-0
lines changed

cmd/coordinator/deployment-prod.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ metadata:
6868
name: coordinator-internal-iap
6969
annotations:
7070
cloud.google.com/backend-config: '{"default": "build-ingress-iap-backend"}'
71+
cloud.google.com/neg: '{"ingress": false}'
7172
cloud.google.com/app-protocols: '{"https":"HTTP2"}'
7273
spec:
7374
ports:
@@ -84,6 +85,7 @@ metadata:
8485
namespace: prod
8586
name: coordinator-internal
8687
annotations:
88+
cloud.google.com/neg: '{"ingress": false}'
8789
cloud.google.com/app-protocols: '{"https":"HTTP2"}'
8890
spec:
8991
ports:

cmd/gerritbot/deployment-prod.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ metadata:
4343
namespace: prod
4444
name: gerritbot-internal
4545
annotations:
46+
cloud.google.com/neg: '{"ingress": false}'
4647
cloud.google.com/app-protocols: '{"https":"HTTP2"}'
4748
spec:
4849
ports:

cmd/relui/deployment-prod.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ metadata:
101101
name: relui-internal
102102
annotations:
103103
cloud.google.com/backend-config: '{"default": "build-ingress-iap-backend"}'
104+
cloud.google.com/neg: '{"ingress": false}'
104105
cloud.google.com/app-protocols: '{"https":"HTTP2"}'
105106
spec:
106107
ports:

devapp/deployment-prod.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ metadata:
4949
name: devapp-internal-iap
5050
annotations:
5151
cloud.google.com/backend-config: '{"default": "build-ingress-iap-backend"}'
52+
cloud.google.com/neg: '{"ingress": false}'
5253
cloud.google.com/app-protocols: '{"https":"HTTP2"}'
5354
spec:
5455
ports:
@@ -65,6 +66,7 @@ metadata:
6566
namespace: prod
6667
name: devapp-internal
6768
annotations:
69+
cloud.google.com/neg: '{"ingress": false}'
6870
cloud.google.com/app-protocols: '{"https":"HTTP2"}'
6971
spec:
7072
ports:

influx/deployment-prod.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ metadata:
7272
namespace: prod
7373
name: influx-internal
7474
annotations:
75+
cloud.google.com/neg: '{"ingress": false}'
7576
cloud.google.com/app-protocols: '{"https":"HTTP2"}'
7677
spec:
7778
ports:

maintner/maintnerd/deployment-prod.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ metadata:
6464
name: maintnerd-internal
6565
annotations:
6666
cloud.google.com/backend-config: '{"default": "build-ingress-maintnerd-backend"}'
67+
cloud.google.com/neg: '{"ingress": false}'
6768
cloud.google.com/app-protocols: '{"https":"HTTP2"}'
6869
spec:
6970
ports:

perf/deployment-prod.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ metadata:
5757
namespace: prod
5858
name: perf-internal
5959
annotations:
60+
cloud.google.com/neg: '{"ingress": false}'
6061
cloud.google.com/app-protocols: '{"https":"HTTP2"}'
6162
spec:
6263
ports:

vcs-test/deployment.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ metadata:
7272
namespace: prod
7373
name: vcs-test-internal
7474
annotations:
75+
cloud.google.com/neg: '{"ingress": false}'
7576
cloud.google.com/app-protocols: '{"https":"HTTP2"}'
7677
spec:
7778
ports:

0 commit comments

Comments
 (0)