Fix NVA and VPC firewall rules.

This commit is contained in:
lcaggio 2022-09-20 17:08:24 +02:00
parent ee309ecc06
commit 149d84d41d
2 changed files with 8 additions and 8 deletions

View File

@ -4,8 +4,8 @@ ingress-allow-composer-nodes:
description: "Allow traffic to Composer nodes."
direction: INGRESS
action: allow
sources: []
ranges: ["0.0.0.0/0"]
sources:
- composer-worker
targets:
- composer-worker
use_service_accounts: false
@ -17,8 +17,8 @@ ingress-allow-dataflow-load:
description: "Allow traffic to Dataflow nodes."
direction: INGRESS
action: allow
sources: []
ranges: ["0.0.0.0/0"]
sources:
- dataflow
targets:
- dataflow
use_service_accounts: false

View File

@ -4,8 +4,8 @@ ingress-allow-composer-nodes:
description: "Allow traffic to Composer nodes."
direction: INGRESS
action: allow
sources: []
ranges: ["0.0.0.0/0"]
sources:
- composer-worker
targets:
- composer-worker
use_service_accounts: false
@ -17,8 +17,8 @@ ingress-allow-dataflow-load:
description: "Allow traffic to Dataflow nodes."
direction: INGRESS
action: allow
sources: []
ranges: ["0.0.0.0/0"]
sources:
- dataflow
targets:
- dataflow
use_service_accounts: false