[#1764] net-lb-int: add support for dual stack and multiple forwarding rules
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -11,4 +11,10 @@ backends = [{
|
||||
failover = false
|
||||
}]
|
||||
global_access = true
|
||||
ports = [80]
|
||||
|
||||
forwarding_rules_config = {
|
||||
"port-80" = {
|
||||
ports = [80]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user