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

16 lines
308 B
YAML
Raw Normal View History

2022-02-03 11:30:56 -08:00
# skip boilerplate check
allow-hc-nva-ssh-untrusted:
description: "Allow traffic from Google healthchecks to NVA appliances"
direction: INGRESS
action: allow
sources: []
ranges:
- $healthchecks
targets: []
use_service_accounts: false
rules:
- protocol: tcp
ports:
- 22