cloud-foundation-fabric/fast/stages/02-networking-nva/data/firewall-rules/landing-trusted/rules.yaml

20 lines
440 B
YAML

# skip boilerplate check
ingress:
allow-hc-nva-ssh-trusted:
description: "Allow traffic from Google healthchecks to NVA appliances"
source_ranges:
- healthchecks
rules:
- protocol: tcp
ports:
- 22
allow-onprem-probes-trusted-example:
description: "Allow traffic from onprem probes"
source_ranges:
- onprem_probes
rules:
- protocol: tcp
ports:
- 12345