fix #1055 for net-ilb-l7

This commit is contained in:
Ludo
2022-12-21 13:07:36 +01:00
parent ba8d14afb5
commit 7c95b7ce43
4 changed files with 39 additions and 29 deletions

View File

@@ -9,11 +9,13 @@ neg_configs = {
custom = {
gce = {
zone = "europe-west1-b"
endpoints = [{
ip_address = "10.0.0.10"
instance = "test-1"
port = 80
}]
endpoints = {
e-0 = {
ip_address = "10.0.0.10"
instance = "test-1"
port = 80
}
}
}
}
}