[#1764] net-lb-int: add support for dual stack and multiple forwarding rules

This commit is contained in:
Luca Prete
2023-10-17 11:30:34 +02:00
committed by GitHub
parent 29a6b9ec0d
commit 6c48512f7e
23 changed files with 241 additions and 104 deletions

View File

@@ -13,7 +13,7 @@
# limitations under the License.
values:
google_compute_forwarding_rule.default:
google_compute_forwarding_rule.forwarding_rules[""]:
all_ports: true
ip_protocol: TCP
labels: null

View File

@@ -11,4 +11,10 @@ backends = [{
failover = false
}]
global_access = true
ports = [80]
forwarding_rules_config = {
"port-80" = {
ports = [80]
}
}

View File

@@ -13,7 +13,7 @@
# limitations under the License.
values:
google_compute_forwarding_rule.default:
google_compute_forwarding_rule.forwarding_rules["port-80"]:
all_ports: null
allow_global_access: true
ports: